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

feat: Granular subscription tracking #220

Open 414owen opened 5 months ago

414owen commented 5 months ago

This commit makes it so that:

I think it should work on GHC>=7.4 (because of ConstraintKinds), but admittedly I've only tested it with GHC 9.4.4. If more compatibility is needed just let me know, and I'll add more CPP instead.