1
0
Fork 0
iredis/tests/unittests/command_parse/test_hll_parse.py

6 lines
163 B
Python
Raw Normal View History

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