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

command: new redis 7 response elements #221

Open srhb opened 8 months ago

srhb commented 8 months ago

redis 7 added some new responses:

https://redis.io/commands/command/

Similar to the redis6 addition, I simply dump them all, and now clusterConnect works again. :)