Skip to content

Commit e621c79

Browse files
authored
Use correct link to the RESP3 specification (#2350)
1 parent 09f4e70 commit e621c79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/hello.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ when the connection is in this mode, Redis is able to reply with more semantical
77
replies: for instance, `HGETALL` will return a *map type*, so a client library
88
implementation no longer requires to know in advance to translate the array into
99
a hash before returning it to the caller. For a full coverage of RESP3, please
10-
[check this repository](https://github.com/antirez/resp3).
10+
check the [RESP3 specification](https://github.com/redis/redis-specifications/blob/master/protocol/RESP3.md).
1111

1212
In Redis 6 connections start in RESP2 mode, so clients implementing RESP2 do
1313
not need to updated or changed. There are no short term plans to drop support for

0 commit comments

Comments
 (0)