Skip to content

Commit dbb8aa2

Browse files
ohsayanglydr
authored andcommitted
Updated docs from upstream
Triggered by 8df9901740f167bc156bf675301de90a5af00a8d
1 parent e1d142a commit dbb8aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/actions/LSKEYS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ title: LSKEYS
55
:::note About
66
**Time complexity**: O(n)
77
**Arguments**: `LSKEYS <limit>`
8-
**Returns**: Returns a maximum of 10 keys if no limit is specified or returns a maximum number of keys for the given limit
8+
**Returns**: Returns a maximum of 10 keys if no limit is specified or returns a maximum number of keys for the given limit. The order of keys returned is meaningless.
99
:::
1010
Returns a flat string array of keys present in the database. If no &lt;limit&gt; is given, then a maximum of 10 keys are returned. If a limit is specified, then a maximum of &lt;limit&gt; keys are returned

0 commit comments

Comments
 (0)