I did try
https://www.npmjs.org/package/redis-clusterI had to modify a few code to make it works. (at least, it connected successfully)
Once I tried to set() or/and get(), it returned an error:
Error: MOVED 12182 127.0.0.1:7000and no data has been added to redis
I wonder if there's any complete module redis-cluster client for nodejs that suit for redis 3.0.0beta8 where I can immediate use,
if not, please give me some clues, so I will continue hacking it.
Cheers,
Plus Pingya