informatikr / hedis

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

Implement Redis Sentinel support #154

Closed qnikst closed 3 years ago

qnikst commented 3 years ago

Add support for the sentinel protocol.

Code is based on the https://gist.github.com/borsboom/681d37d273d5c4168723

Fixes #11.

k-bx commented 3 years ago

Thank you! Released as 0.12.15