eredis
eredis copied to clipboard
Add support of nutcracker aka twemproxy
Hi! I have just done few changes (removing the "select database" step in connect function) that allow eredis to connect and communicate with nutcracker/twemproxy as in the case of direct connection to a redis server. Thanks
Sorry for taking so long to get around to this.
If you pass in the atom undefined
as the database, eredis will not send the SELECT
command. Does that work for you?