作者:lodng | 来源:互联网 | 2024-09-30 10:46
Hi,
Is it possible to disable RDB in the redis-cluster chart? I tried to disable persistence but when I run
it still shows that it's enabled. Is it possible to disable it? I want to run redis cluster without any storage, only in memory since I'm using only for cache
Thanks
该提问来源于开源项目:bitnami/charts
Hi,
You could try adding your custom redis.conf file in the
section of the chart. That would allow you to disable whatever setting you need. Also, you could set
to false.