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 we use a mget command with no keys, it will use resp"*1\r\n$4\r\nmget\r\n" and the redis will return "ERR wrong number of arguments for 'mget' command", some redis proxy will directly close the connection after receiving this illegal command.
Can we add a little check at the client level to reduce this predictable error(same as redis proxy).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
when we use a mget command with no keys, it will use resp"*1\r\n$4\r\nmget\r\n" and the redis will return "ERR wrong number of arguments for 'mget' command", some redis proxy will directly close the connection after receiving this illegal command.
Can we add a little check at the client level to reduce this predictable error(same as redis proxy).
Beta Was this translation helpful? Give feedback.
All reactions