mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
Implement CLIENT LIST and CLIENT SETNAME.
This commit is contained in:
parent
9e0c705d16
commit
0c5e2a5ecd
13 changed files with 122 additions and 23 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue