How to configure the default Redis template?
Hey, this is probably a bit of a stupid question, but I wonder how to set config arguments like
maxmemory
and maxmemory-policy
when using the default Redis template you get by selecting "Add Redis" from the "Create" menu (bitnami-redis
image).
What's the way to go? No clear way to access the volume for editing redis.conf directly, and not sure what the base start command would be if I wanted to pass arguments there.Solution:Jump to solution
I'm fairly certain you don't need to access the volume or change the start command, simply run the command to set these values and rewrite the config.
3 Replies