B
B
bitalikrr2020-01-17 18:24:29
Redis
bitalikrr, 2020-01-17 18:24:29

Why doesn't Redis try to sync as if it's running in a clusterer?

Hi, I'm running on vps redis in docker container
docker-compose:

redis:
    image: bitnami/redis:latest
    environment:
      - ALLOW_EMPTY_PASSWORD=yes
    volumes:
      - ./redis-data:/bitnami/redis/data
    ports:
      - '6379:6379'

I use radish for the most minimal tasks, that is, I don’t need any clustering, one instance is enough for me (I may have made a mistake in my statements, since I didn’t work with radish a lot)
Radish basically works at first, but after a short period of time, the logs start to fall a lot of errors
69446326c6.jpg
Over time, the radish stops responding to my server
altogether

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zohan1993, 2020-01-17
@zohan1993

Try running a container based on the official redis image.
https://hub.docker.com/_/redis/?tab=description&pa...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question