nrvnrvn / k8dis

Redis Operator for Kubernetes
Apache License 2.0
5 stars 0 forks source link

Support setting the redis save config option #5

Open nrvnrvn opened 2 years ago

nrvnrvn commented 2 years ago

From https://github.com/amaizfinance/redis-operator/issues/27:

the redis save option in the config file allows multiple lines: e.g.

save 900 1
save 300 10
save 60 10000

because this operator uses a key-value map for the config we are only allowed a single save option.