mloughran / em-hiredis

Eventmachine redis client
MIT License
221 stars 63 forks source link

Support Unix Domain Sockets #23

Closed Asmod4n closed 11 years ago

Asmod4n commented 11 years ago

The official way to connect to a Redis Unix Domain Socket via a url is done like this

REDIS_URL=unix:///tmp/redis.sock

this pull request fixes that.

mloughran commented 11 years ago

I ended up redoing as 26770823805c4a43da00ecd58f058a03b75e0636 since I'm afraid merging the experimental branch made your commit unmergeable. Let me know if you have any issues with master. Cheers, Martyn