const keys = await redis.keys("prefix*");
Returns all keys matching pattern.
*
Was this page helpful?