json
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.5 replies