Skip to content

Commit 82248b8

Browse files
committed
Link to Redis inline docs.
1 parent dd18e4e commit 82248b8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

website/docs/dev/onboarding.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,10 @@ dotnet run -c Debug -f net8.0 -- --logger-level Trace -m 4g -i 64m
6262

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

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.
65+
7. A fourth option is to connect with telnet and just type commands using [inline commands](https://redis.io/docs/latest/develop/reference/protocol-spec/#inline-commands).
66+
However, telnet does not decode the responses, you'll see the raw RESP serialization.
67+
On Windows, telnet defaults to localecho off, you won't see your typing until after first command is sent.
68+
Alternatively, you can type Ctrl-] followed by Enter, and telnet will start echoing.
6769

6870
```bash
6971
telnet localhost 6379

0 commit comments

Comments
 (0)