Adding upstream version 1.13.2.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
beebd280da
commit
9e8d2d0c6a
16 changed files with 291 additions and 327 deletions
6
tests/cli_tests/test_command_restore.py
Normal file
6
tests/cli_tests/test_command_restore.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
def test_restore_command(clean_redis, cli):
|
||||
cli.sendline(r'restore foo1 0 "\x00\x03bar\t\x006L\x18\xac\xba\xe0\x9e\xa6"')
|
||||
cli.expect(["OK", "127.0.0.1"])
|
||||
|
||||
cli.sendline("get foo1")
|
||||
cli.expect('"bar"')
|
Loading…
Add table
Add a link
Reference in a new issue