hedis icon indicating copy to clipboard operation
hedis copied to clipboard

Support unix socket URI

Open singpolyma opened this issue 7 years ago • 1 comments

Support for URL of the form: unix:///var/path/to/redis.sock?db=1

Example: https://github.com/singpolyma/ipfs-websub/blob/master/RedisURL.hs

singpolyma avatar Apr 25 '18 00:04 singpolyma

there seems to be some implementation here https://github.com/singpolyma/ipfs-websub/blob/3ca01e286d5b308ccad7952840c06e13388431a9/RedisURL.hs#L58

teto avatar Aug 23 '23 14:08 teto