Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
await redis.set("key", "value"); const t = await redis.type("key"); console.log(t) // "string"
Get the type of a key.
string
list
set
zset
hash
none
Was this page helpful?