2 Redis Questions
hey 2 redis stuff :),
- I need the rejson extension of Redis, and this is part of the redis-stack image instead of the regular redis, so i've changed the image used when installing a redis via the UI, to
redis/redis-stack-server
it all seems to work fine. However when I check the server log and doing a ps aux
, I can see that redis-server
is running instead of redis-stack-server
. It doesn't fail because redis-stack I believe also include the default redis.
Any way to tell dokploy to run redis-stack-server
instead of redis-server
? I can see that it is available in the container. And also it should all work fine as all the commands etc. are redis-server compatible.
I've tried to enter the redis-stack-server
in the command input in the redis settings but that doesn't do it. Not sure what that does.
- This is more of a suggestion, but it would be great to be able to backup redis as any other DB, with S3. It's not the default redis behaviour but it has evolved and now more and more people are using it with persistance as a proper DB so I think it would be useful
thanks!0 Replies