alphazero / Go-Redis

Google Go Client and Connectors for Redis
Apache License 2.0
440 stars 123 forks source link

unix domain socket support #8

Open sigmonsays opened 12 years ago

sigmonsays commented 12 years ago

redis supports listening on a unix domain socket and go-redis does not support it.

It seems trivial to implement (my nasty proof of concept hack worked)

sigmonsays commented 12 years ago

support added: https://github.com/sigmonsays/Go-Redis

alphazero commented 12 years ago

Thank you for your "nasty" poc :) There is all sorts of stuff missing from Go-Redis right now. I'll take this for a spin on my end and get back. A bit busy with other stuff so ping me again if it doesn't happen in a reasonable amount of time.