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

Breaking change: change API of the sadd and del to accept NonEmpty lists #207

Closed qnikst closed 1 year ago

qnikst commented 1 year ago

Using sadd and del requires to pass at least one parameter and it hurts users. So we change and API as it was discussed in issue #44.

Fixes #44.