Arguments
No argumentsResponse
A random key from database, or
null when database is empty.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
const key = await redis.randomkey();
Returns a random key from database
null when database is empty.const key = await redis.randomkey();
Was this page helpful?