Merge branch 'unstable' of https://github.com/JohnSully/KeyDB into unstable

Former-commit-id: 339631530a5e18af7ad53f1a3df03d24085f9450
This commit is contained in:
John Sully 2020-02-09 02:25:20 -05:00
commit d292477625

View File

@ -0,0 +1,12 @@
start_server {tags {"repl"}} {
test "incr of expired key on replica doesn't cause a crash" {
r debug force-master yes
r set testkey 1
r pexpire testkey 1
after 500
r incr testkey
r incr testkey
r debug force-master no
}
}