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

xautoclaim fails to decode request in there are no messages to claim #217

Closed qnikst closed 7 months ago

qnikst commented 7 months ago

Calling xautoclaimOpts on an empty stream leads to an exception:

RedisException {redisExceptionReply = MultiBulk (Just [Bulk (Just "0-0"),MultiBulk (Just [])]), 

Debug in redis:

host> XAUTOCLAIM stream group consumer 60000 0-0
1) "0-0"
2) (empty list or set)
3) (empty list or set)

Version of redis: redis_version:7.0.14