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

Provide redis 7 support for all existing functions #211

Closed qnikst closed 1 year ago

qnikst commented 1 year ago

This PR provides a support for all functionality that appeared in Redis7, but only for already existing functions.

In addition safely was increased by using NonEmpty list where at least one argument is required by the protocolю