Prevent test crash due to unimplemented save for nested hash
Former-commit-id: 7e0077f293c5f91f240ab401e5f167e487afbfe0
This commit is contained in:
parent
ffd99133ef
commit
367067c98a
@ -48,4 +48,7 @@ start_server {tags {"nested_hash"}} {
|
|||||||
r keydb.nhset a.b.c val1
|
r keydb.nhset a.b.c val1
|
||||||
assert_equal [r expire a.b 100] 0
|
assert_equal [r expire a.b 100] 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Save not implemented so ensure we don't crash saving the RDB on shutdown
|
||||||
|
r flushall
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user