@@ -45,11 +45,11 @@ const mockedCommands: IMockedCommands[] = [
45
45
'BITFIELD key [GET type offset] [SET type offset value] [INCRBY type offset increment] [OVERFLOW WRAP|SAT|FAIL]' ,
46
46
argsNamesWithEnumsMock : [
47
47
'key' ,
48
- '[GET encoding offset | [OVERFLOW < WRAP | SAT | FAIL>] < SET encoding offset value | INCRBY encoding offset increment> [GET encoding offset | [OVERFLOW < WRAP | SAT | FAIL>] < SET encoding offset value | INCRBY encoding offset increment> ...]]' ,
48
+ '[GET encoding offset | [OVERFLOW WRAP | SAT | FAIL] SET encoding offset value | INCRBY encoding offset increment [GET encoding offset | [OVERFLOW WRAP | SAT | FAIL] SET encoding offset value | INCRBY encoding offset increment ...]]' ,
49
49
] ,
50
50
argsNamesMock : [
51
51
'key' ,
52
- '[GET encoding offset | [OVERFLOW < WRAP | SAT | FAIL>] < SET encoding offset value | INCRBY encoding offset increment> ]' ,
52
+ '[GET encoding offset | [OVERFLOW WRAP | SAT | FAIL] SET encoding offset value | INCRBY encoding offset increment]' ,
53
53
] ,
54
54
complexityShortMock : 'O(1)' ,
55
55
} ,
@@ -58,10 +58,10 @@ const mockedCommands: IMockedCommands[] = [
58
58
argStr :
59
59
'CLIENT KILL [ip:port] [ID client-id] [TYPE normal|master|slave|pubsub] [USER username] [ADDR ip:port] [LADDR ip:port] [SKIPME yes/no]' ,
60
60
argsNamesWithEnumsMock : [
61
- '< ip:port | < [ID client-id] | [TYPE < NORMAL | MASTER | SLAVE | REPLICA | PUBSUB> ] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME < YES | NO> ] [[ID client-id] | [TYPE < NORMAL | MASTER | SLAVE | REPLICA | PUBSUB> ] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME < YES | NO> ] ...]>> ' ,
61
+ 'ip:port | [ID client-id] | [TYPE NORMAL | MASTER | SLAVE | REPLICA | PUBSUB] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME YES | NO] [[ID client-id] | [TYPE NORMAL | MASTER | SLAVE | REPLICA | PUBSUB] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME YES | NO] ...]' ,
62
62
] ,
63
63
argsNamesMock : [
64
- '< ip:port | < [ID client-id] | [TYPE < NORMAL | MASTER | SLAVE | REPLICA | PUBSUB> ] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME < YES | NO> ] [[ID client-id] | [TYPE < NORMAL | MASTER | SLAVE | REPLICA | PUBSUB> ] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME < YES | NO> ] ...]>> ' ,
64
+ 'ip:port | [ID client-id] | [TYPE NORMAL | MASTER | SLAVE | REPLICA | PUBSUB] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME YES | NO] [[ID client-id] | [TYPE NORMAL | MASTER | SLAVE | REPLICA | PUBSUB] | [USER username] | [ADDR ip:port] | [LADDR ip:port] | [SKIPME YES | NO] ...]' ,
65
65
] ,
66
66
complexityShortMock : 'O(N)' ,
67
67
} ,
0 commit comments