wuxibin89 / redis-go-cluster

redis cluster client implementation in Go
Apache License 2.0
488 stars 145 forks source link

cluster command not supported, with redis 2.8 #1

Closed x86core closed 8 years ago

x86core commented 8 years ago

cluster.go:314: ERR unknown command 'CLUSTER'

wuxibin89 commented 8 years ago

Hi, @x86core

  1. redis2.8 doesn't support CLUSTER MODE, please upgrade to 3.0 if you need it.
  2. redis-go-cluster is a pure redis client, it doesn't support any CLUSTER operation.