When you enter INFO in redis-cli, you get a field called cluster_enabled
. It is set to 0
for me. Does this mean that cluster mode is enabled or not? I know this is basic but suprisingly the documentation just says cluster_enabled: Indicate Redis cluster is enabled
Asked
Active
Viewed 730 times
-1

suleydaman
- 463
- 1
- 7
- 18
-
2`1` means enabled, `0` means not enabled. – Mark Setchell Oct 08 '19 at 15:45
-
Cheers! Do you mind posting an answer so I can mark it as accepted? – suleydaman Oct 08 '19 at 15:49