You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/actions/LSKEYS.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ title: LSKEYS
5
5
:::note About
6
6
**Since**: 0.6.0
7
7
**Time complexity**: O(n)
8
-
**Arguments**: `LSKEYS <limit>`
8
+
**Arguments**: `LSKEYS <<limit>>`
9
9
**Returns**: Returns a maximum of 10 keys if no limit is specified or returns a maximum number of keys for the given limit
10
10
:::
11
-
Returns a flat string array of keys present in the database. If no <limit> is given, then a maximum of 10 keys are returned. If a limit is specified, then a maximum of <limit> keys are returned
11
+
Returns a flat string array of keys present in the database. If no <<limit>> is given, then a maximum of 10 keys are returned. If a limit is specified, then a maximum of <<limit>> keys are returned
0 commit comments