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.
1 parent 09f4e70 commit e621c79Copy full SHA for e621c79
commands/hello.md
@@ -7,7 +7,7 @@ when the connection is in this mode, Redis is able to reply with more semantical
7
replies: for instance, `HGETALL` will return a *map type*, so a client library
8
implementation no longer requires to know in advance to translate the array into
9
a hash before returning it to the caller. For a full coverage of RESP3, please
10
-[check this repository](https://github.com/antirez/resp3).
+check the [RESP3 specification](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md).
11
12
In Redis 6 connections start in RESP2 mode, so clients implementing RESP2 do
13
not need to updated or changed. There are no short term plans to drop support for
0 commit comments