Skip to content

Commit 7a278e7

Browse files
committed
Add Windows documentation note
1 parent 56d8454 commit 7a278e7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

website/docs/dev/onboarding.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ dotnet run -c Debug -f net8.0 -- --logger-level Trace -m 4g -i 64m
6363
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).
6464

6565
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.
6667

6768
```bash
6869
telnet localhost 6379

0 commit comments

Comments
 (0)