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
6. A third option is to install Redis-Insight on Windows. Follow the official guide [here](https://redis.com/redis-enterprise/redis-insight/#insight-form).
64
64
65
65
7. A fourth option is to connect with telnet and just type commands. However, telnet does not decode the responses, you'll see the raw RESP serialization.
66
+
On Windows, telnet defaults to localecho off, a user won't see their typing until after first command is sent. Alternatively, a user can type Ctrl-] followed by Enter, and telnet will start echoing.
0 commit comments