redis-node
redis-node copied to clipboard
Add UNIX socket support
If port == 0, take the hostname as path to the unix socket. On local connections this can speed up your connection ~20%.
Does this need any cleanup? Let me know, I'd be happy to see this merged.
Nice patch but it only works when you use == instead of ===