update default values and some other files for new Redis chart version
parent
c342b451
No related branches found
No related tags found
... | ... | @@ -133,16 +133,16 @@ redis: |
# configured to connect to this Redis and `Redis Object Cache` plugin will be | ||
# installed as a conventional plugin. | ||
enabled: false | ||
# password: <SET A REDIS PASSWORD HERE> | ||
# master: | ||
# persistence: | ||
# # Set persistence to true you want redis to have persistence | ||
# enabled: false | ||
# # disableCommand is set as null to enable FLUSHALL and FLUSHDB and allow cache purge and flush | ||
# disableCommands: [] | ||
# cluster: | ||
# #Set redis.cluster.enabled as true to have a master and a slave redis. Not necessary for caching | ||
# enabled: false | ||
# auth: | ||
|
||
# password: <SET A REDIS PASSWORD HERE> | ||
# master: | ||
# persistence: | ||
# # Set persistence to true you want redis to have persistence | ||
# enabled: false | ||
# # disableCommand is set as null to enable FLUSHALL and FLUSHDB and allow cache purge and flush | ||
# disableCommands: [] | ||
# # Set architecture to "replication" to have a primary and secondary redis. Not necessary for caching | ||
# architecture: "replication" | ||
... | ... |