mirror of
https://github.com/redis/redis.git
synced 2026-02-03 20:39:54 -05:00
Adding missing initialnullification in scan UTs
This commit is contained in:
parent
f01fdc3960
commit
9918b2e885
1 changed files with 1 additions and 0 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue