Replies: 1 comment
|
Ran into this too. In my testing, passing a custom After setting Fix: include {"redisId": "...", "args": ["--requirepass", "<password>", "--maxmemory", "576mb", "--maxmemory-policy", "allkeys-lru"]}Verified after redeploy: Worth flagging as a docs gap (or arguably a bug — |
Uh oh!
There was an error while loading. Please reload this page.
I deployed Redis with Dokploy and want to change some configurations(such as
maxmemory-policyconfiguration), but I can’t findredis.conf. How should I do this?All reactions