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
Currently, redis-rb only allows blocking-pop commands to block against a single key. The Redis protocol is designed to allow a single command to block against several keys, which we rely on in our fork of Resque that uses blocking-pop rather than polling.
Currently, redis-rb only allows blocking-pop commands to block against a single key. The Redis protocol is designed to allow a single command to block against several keys, which we rely on in our fork of Resque that uses blocking-pop rather than polling.
Here's our patch, test included:
http://github.com/plastictrophy/redis-rb/commits/bpop_on_keys
The text was updated successfully, but these errors were encountered: