Generic
KEYS
Returns all keys matching pattern.
This command may block the DB for a long time, depending on its size. We advice against using it in production. Use SCAN instead.
Arguments
match
string
requiredA glob-style pattern. Use *
to match all keys.
Response
Array of keys matching the pattern.