Arguments
string
required
The name of the library to delete.
Response
“OK”
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
await redis.functions.delete("mylib")
Delete a library and all its functions.
await redis.functions.delete("mylib")
Was this page helpful?