Go-Redis icon indicating copy to clipboard operation
Go-Redis copied to clipboard

unix domain socket support

Open sigmonsays opened this issue 13 years ago • 2 comments

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 avatar May 25 '12 17:05 sigmonsays

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

sigmonsays avatar May 25 '12 18:05 sigmonsays

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.

alphazero avatar May 25 '12 19:05 alphazero