We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5237933 + b1e9cee commit b905782Copy full SHA for b905782
solutions/typescript/02-rg2/config.yml
@@ -16,6 +16,5 @@ hints:
16
```ts
17
connection.write('+PONG\r\n')
18
```
19
-
20
- - Strings are sent as UTF-8 by default.
21
- - `+PONG\r\n` is the string "PONG" encoded as a [RESP simple string](https://redis.io/docs/latest/develop/reference/protocol-spec/#simple-strings).
+
+ `+PONG\r\n` is the string "PONG" encoded as a [RESP simple string](https://redis.io/docs/latest/develop/reference/protocol-spec/#simple-strings).
0 commit comments