...
|
...
|
@@ -51,7 +51,7 @@ _1st_arguments=(
|
51
|
51
|
'keys:find all keys matching the given pattern'
|
52
|
52
|
'lastsave:get the UNIX timestamp of the last successful save to disk'
|
53
|
53
|
'lindex:get an element from a list by its index'
|
54
|
|
- 'linset:insert an element before or after another element in a list'
|
|
54
|
+ 'linsert:insert an element before or after another element in a list'
|
55
|
55
|
'llen:get the length of a list'
|
56
|
56
|
'lpop:remove and get the first element in a list'
|
57
|
57
|
'lpush:prepend a value to a list'
|