mirror of https://github.com/valkey-io/valkey
Fix a typo in aof-multi-part.tcl (#2922)
A small PR to fix a smal typo: `util` --> `until` Signed-off-by: Vadym Khoptynets <1099644+poiuj@users.noreply.github.com>
This commit is contained in:
parent
2a9a1731ee
commit
44dc58181d
|
|
@ -1062,7 +1062,7 @@ tags {"external:skip"} {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
test "AOF enable during BGSAVE will not write data util AOFRW finish" {
|
test "AOF enable during BGSAVE will not write data until AOFRW finish" {
|
||||||
r config set appendonly no
|
r config set appendonly no
|
||||||
r config set save ""
|
r config set save ""
|
||||||
r config set rdb-key-save-delay 10000000
|
r config set rdb-key-save-delay 10000000
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue