1
0
Fork 0
iredis/tests/unittests/command_parse/test_hll_parse.py
Daniel Baumann 031879240c
Adding upstream version 1.9.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 16:57:44 +01:00

5 lines
163 B
Python

def test_pfmerge(judge_command):
judge_command(
"PFMERGE hll3 hll1 hll2",
{"command": "PFMERGE", "newkey": "hll3", "keys": "hll1 hll2"},
)