Skip to content

Commit a76cd62

Browse files
committed
Escape U+003E and U+003C
1 parent 61296a4 commit a76cd62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/actions/LSKEYS.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: LSKEYS
55
:::note About
66
**Since**: 0.6.0
77
**Time complexity**: O(n)
8-
**Arguments**: `LSKEYS <limit>`
8+
**Arguments**: `LSKEYS <<limit>>`
99
**Returns**: Returns a maximum of 10 keys if no limit is specified or returns a maximum number of keys for the given limit
1010
:::
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

Comments
 (0)