Prevent test crash due to unimplemented save for nested hash

Former-commit-id: 7e0077f293c5f91f240ab401e5f167e487afbfe0
This commit is contained in:
John Sully 2020-12-11 00:23:44 +00:00
parent ffd99133ef
commit 367067c98a

View File

@ -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
} }