Skip to content

Commit dc2e937

Browse files
itamarhabersoveran
authored andcommitted
Update keys.md
Added reference to 2.8's SCAN as an alternative to KEYS
1 parent f3877cf commit dc2e937

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/keys.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This command is intended for debugging and special operations, such as changing
1212
your keyspace layout.
1313
Don't use `KEYS` in your regular application code.
1414
If you're looking for a way to find keys in a subset of your keyspace, consider
15-
using [sets][tdts].
15+
using `SCAN` or [sets][tdts].
1616

1717
[tdts]: /topics/data-types#sets
1818

0 commit comments

Comments
 (0)