redis icon indicating copy to clipboard operation
redis copied to clipboard

cluster client is not working on READEME.md ?

Open sawadyecma opened this issue 2 years ago • 1 comments

I tried the section for cluster on https://github.com/denodrivers/redis/blob/master/README.md . But It didn't work well.

The error message was as follow.

Error: -MOVED 5512 172.29.0.3:6379

Also I tried experimantal cluster mod, It worked well. https://github.com/denodrivers/redis/blob/master/experimental/cluster/README.md

Is it needed to be fixed for the cluster client? Or is the section for cluster on https://github.com/denodrivers/redis/blob/master/README.md needed to fixed?

sawadyecma avatar Dec 30 '21 16:12 sawadyecma

@sawadyecma Thanks for the report!

Or is the section for cluster on https://github.com/denodrivers/redis/blob/master/README.md needed to fixed?

I think it would be better to fix the section for cluster on README.md :ok_man: If you want to run commands to Redis Cluster, you need to use the experimental/cluster module instead of the normal redis client

uki00a avatar Dec 31 '21 07:12 uki00a