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

TLS with each node in cluster mode #226

Open akshaymankar opened 5 months ago

akshaymankar commented 5 months ago

This is required for hedis to connect to TLS enabled redis clusters.

N.B.: This will conflict with #224, but should be easy to resolve.