joaojeronimo / node_redis_cluster

A thin wrapper over node_redis to make it work with Redis Cluster
53 stars 17 forks source link

Extreme Slow Down When using Client #17

Open knguyen2525 opened 9 years ago

knguyen2525 commented 9 years ago

Has anyone experienced a lot of slow down in basic Redis operations when using this implementation? I'm talking about 10 seconds or more when just using the example in the README.

h0x91b commented 9 years ago

What OS you are using? And where is your redis server, on remote host or on local machine?

knguyen2525 commented 9 years ago

Using RHEL 6.4. My redis servers and node server are on the same machine, but it is remote.