informatikr / hedis

A Redis client library for Haskell.
http://hackage.haskell.org/package/hedis
BSD 3-Clause "New" or "Revised" License
327 stars 120 forks source link

Support unix socket URI #107

Open singpolyma opened 6 years ago

singpolyma commented 6 years ago

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

teto commented 10 months ago

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