Adding missing initialnullification in scan UTs

This commit is contained in:
Ronen Kalish 2024-06-10 18:48:19 +03:00
parent f01fdc3960
commit 9918b2e885

View file

@ -351,6 +351,7 @@ proc test_scan {type} {
# We start scanning here, so keys from 0 to 99 should all be
# reported at the end of the iteration.
set cur 0
set keys {}
while 1 {
set res [r scan $cur]