Skip to content

Conversation

@oranagra
Copy link
Member

Fixes #7776

@oranagra
Copy link
Member Author

Test infrastructure doesn't yet support RESP3.
manual testing:

$ redis-cli
127.0.0.1:6379> HELLO 3
1# "server" => "redis"
2# "version" => "6.0.8"
3# "proto" => (integer) 3
4# "id" => (integer) 4
5# "mode" => "standalone"
6# "role" => "master"
7# "modules" => (empty array)
127.0.0.1:6379> HKEYS test_nonexistent_key
(empty array)
127.0.0.1:6379> quit
$ redis-cli
127.0.0.1:6379> HKEYS test_nonexistent_key
(empty array)

@oranagra oranagra merged commit de8d320 into redis:unstable Sep 10, 2020
@oranagra oranagra deleted the fix_resp3_hvals branch September 10, 2020 07:09
JackieXie168 pushed a commit to JackieXie168/redis that referenced this pull request Nov 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

HKEYS returns empty hash in RESP3 [BUG]

2 participants