Return a list of all keys in the active Redis database.
Return a list of all keys in the active Redis database that match the specified pattern.
redisKeys(pattern = "*")
pattern |
The character string pattern used to match keys. |
Basic string-matching wildcards are supported. Use '?' to match any single character and '*' to match zero or more characters.
A space-delimited character string containing all keys that match the patern in the active Redis database.
B. W. Lewis
http://redis.io/commands
## Not run: redisKeys() ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.