skyline icon indicating copy to clipboard operation
skyline copied to clipboard

Allow non-socket connections to redis

Open simontabor opened this issue 12 years ago • 3 comments

It'd be nice to be able to specify a host and a port instead of being forced to use redis.sock.

Happy to give implementing this a go if you'd like

simontabor avatar Jun 22 '13 23:06 simontabor

I can see the use case (not enough memory/resources on a single machine), but this is not recommended - using a unix socket is much faster. This is not a priority for me, but I will take a look at a pull if you want to submit one.

astanway avatar Jun 23 '13 03:06 astanway

I have changes over at https://github.com/anthroprose/skyline that will fix this issue and are a much smaller changeset than the last Pull Req. Are these still wanted/welcome?

anthroprose avatar Dec 14 '13 18:12 anthroprose

:+1:

jippi avatar Apr 24 '14 09:04 jippi