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
Rcproxy responses "-request not supported" when client sends CRLF (\r\n) without any command.
Redis in this situation does not send any response (I checked redis in non cluster mode).
The easiest way to reproduse this, is to use telnet as client (and press enter several times), because it looks like redis-cli app does not send empty commands to the server.