Implement CLIENT LIST and CLIENT SETNAME.

This commit is contained in:
Roman Gershman 2022-05-10 06:35:37 +03:00
parent 9e0c705d16
commit 0c5e2a5ecd
13 changed files with 122 additions and 23 deletions

View file

@ -32,7 +32,6 @@ def fill_hset(args, redis):
def main():
# Check processor architecture
parser = argparse.ArgumentParser(description='fill hset entities')
parser.add_argument(
'-p', type=int, help='redis port', dest='port', default=6380)