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
Fix incorrect routing for XREAD/XREADGROUP command
The XREAD/XREADGROUP commands can have a variable number of args,
and proper routing of the command relies on finding the key after
the "STREAMS" keyword. This was failing to properly route the if
the keyword was not uppercase. Fixes the matching logic make each
arg uppercase before comparing to the "STREAMS" keyword.
0 commit comments