mirror of
https://github.com/redis/redis.git
synced 2026-04-21 03:01:35 -04:00
Comment typo fixed
This commit is contained in:
@@ -28,7 +28,7 @@ start_server {tags {"repl"}} {
|
||||
createComplexDataset r 50000 useexpire
|
||||
after 4000 ;# Make sure everything expired before taking the digest
|
||||
r keys * ;# Force DEL syntesizing to slave
|
||||
after 1000 ;# Wait another second. Now everything should be file.
|
||||
after 1000 ;# Wait another second. Now everything should be fine.
|
||||
if {[r debug digest] ne [r -1 debug digest]} {
|
||||
set csv1 [csvdump r]
|
||||
set csv2 [csvdump {r -1}]
|
||||
|
||||
Reference in New Issue
Block a user