redis / docker-library-redis

Docker Official Image packaging for Redis
http://redis.io
BSD 3-Clause "New" or "Revised" License
1.11k stars 560 forks source link

Redis 7.0.11 (latest): Fatal Can't initialize Background Jobs #366

Closed flaushi closed 1 year ago

flaushi commented 1 year ago

it seems like 7.0.11 was tagged latest lately. I cannot bring up the service, seemingly on all debian buster hosts, still analyzing there. My setup is fairly standard: my docker-compose.yml merely states:

version: '2'

services:

    redis:
        image: redis:latest
        restart: unless-stopped
Uranium2 commented 1 year ago

Same

yosifkit commented 1 year ago

Duplicate of #365; see https://github.com/docker-library/redis/issues/365#issuecomment-1599633849