informatikr / hedis

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

Expose RedisArg class to better support low-level sendRequest calls #176

Closed vapourismo closed 1 year ago

vapourismo commented 2 years ago

Make calling sendRequest a little easier by allowing to re-use hedis' RedisArg class.

k-bx commented 2 years ago

Please see https://github.com/informatikr/hedis/issues/184 if interested

qnikst commented 1 year ago

Good idea, thanks!

I think it would be nice to send commonly used instances upstream.