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
When BRPOPLPUSH blocks and returns upon another session RPUSHing a value to the list - it returns the name of the list before the value.
This breaks compatibility with redis for clients that expect only the popped value be returned from BRPOPLPUSH
Whereas redis returns just the value in both cases:
The text was updated successfully, but these errors were encountered:
When
BRPOPLPUSH
blocks and returns upon another sessionRPUSH
ing a value to the list - it returns the name of the list before the value.This breaks compatibility with redis for clients that expect only the popped value be returned from
BRPOPLPUSH
Whereas redis returns just the value in both cases:
The text was updated successfully, but these errors were encountered: