const [cursor, keys] = await redis.scan(0, { match: "*" });
Scan the database for keys.
string
hash
set
zset
list
stream
Was this page helpful?