Replies: 1 comment 6 replies
-
The answer to this is that this project and docker container came out from testing when i develop this lib https://github.com/Grokzen/redis-py-cluster where we need both a clustered instance and a few standalone instances and it was just most easy to provide both of them in a single container and it is something that has lived on over time and if you are in the spot where you want a standalone instance only i would not use this docker image and i would just use the default base upstream redis docker image which gives you a normal single instance on port 6379. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Out of curiosity, why do you have multiple standalone instances and why put them on ports 7006 and 7007? Don't most people who will use a standalone instance would just want one instance on 6379.
I have a local version that works with the rest of your setup that just puts one on 6379 if REDIS_USE_STANDALONE=true. I needed it to make it easier to test standalone and cluster setups in my RedPop project. Happy to share a PR if you're interested.
Beta Was this translation helpful? Give feedback.
All reactions