-1

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

suleydaman
  • 463
  • 1
  • 7
  • 18

1 Answers1

0

1 means enabled, 0 means not enabled as per Mark Setchells comment

suleydaman
  • 463
  • 1
  • 7
  • 18