You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blocking commands such as BLPOP and BRPOP in Redis block indefinitely when the timeout value is zero. redis-rb does the same when a timeout is not provided (it defaults to 0 and thus blocks indefinitely). This doesn't seem to be the behavior implemented by the gem:
Blocking commands such as BLPOP and BRPOP in Redis block indefinitely when the timeout value is zero. redis-rb does the same when a timeout is not provided (it defaults to 0 and thus blocks indefinitely). This doesn't seem to be the behavior implemented by the gem:
as it sleeps for zero seconds instead of blocking.
The text was updated successfully, but these errors were encountered: