mirror of https://mirror.osredm.com/root/redis.git
parent
98f39a37fb
commit
ef14c18c8e
|
@ -146,13 +146,16 @@ start_server {tags {"tracking"}} {
|
|||
assert {[lindex $reply 2] eq {proto 3}}
|
||||
|
||||
set reply [r HELLO 2]
|
||||
assert {[lindex $reply 6] eq 2}
|
||||
assert {[lindex $reply 4] eq "proto"}
|
||||
assert {[lindex $reply 5] eq 2}
|
||||
|
||||
set reply [r HELLO]
|
||||
assert {[lindex $reply 6] eq 2}
|
||||
assert {[lindex $reply 4] eq "proto"}
|
||||
assert {[lindex $reply 5] eq 2}
|
||||
|
||||
set reply [r HELLO]
|
||||
assert {[lindex $reply 6] eq 2}
|
||||
assert {[lindex $reply 4] eq "proto"}
|
||||
assert {[lindex $reply 5] eq 2}
|
||||
}
|
||||
|
||||
test {RESP3 based basic invalidation} {
|
||||
|
|
Loading…
Reference in New Issue