Skip to content

Commit 61296a4

Browse files
ohsayanglydr
authored andcommitted
Updated docs from upstream
Triggered by 67ee1046a6a4754c06d2e60d2e0c82c5d929a0d3
1 parent 194364a commit 61296a4

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

docs/actions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Actions are like shell commands: they take arguments and do something! Skytable
1010
* [FLUSHDB](actions/FLUSHDB.md)
1111
* [GET](actions/GET.md)
1212
* [KEYLEN](actions/KEYLEN.md)
13+
* [LSKEYS](actions/LSKEYS.md)
1314
* [MGET](actions/MGET.md)
1415
* [MKSNAP](actions/MKSNAP.md)
1516
* [MSET](actions/MSET.md)

docs/actions/LSKEYS.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
---
2+
id: lskeys
3+
title: LSKEYS
4+
---
5+
:::note About
6+
**Since**: 0.6.0
7+
**Time complexity**: O(n)
8+
**Arguments**: `LSKEYS <limit>`
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+
:::
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

Comments
 (0)