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
Now RANDOMKEY command return a random key from the currently selected database OR nil when the database is empty
We want to enhancement this command for more features:
Add count option to specified number of keys
Add duplicate option to allow return duplicated or non-duplicated random key
Add pattern option to allow client to specified the key pattern.
The command format could be like this:
RANDOMKEY [COUNT count] [Duplicated ] [Pattern XXXX]
Default: count = 1; non-duplicated; and no patten which means must match exactly keyname
The text was updated successfully, but these errors were encountered:
Regarding to redis#11915
Requirement:
Now RANDOMKEY command return a random key from the currently selected database OR nil when the database is empty
We want to enhancement this command for more features:
The command format could be like this:
RANDOMKEY [COUNT count] [Duplicated ] [Pattern XXXX]
Default: count = 1; non-duplicated; and no patten which means must match exactly keyname
The text was updated successfully, but these errors were encountered: