Functions
FUNCTION DELETE
Delete a library and all its functions.
Arguments
libraryNamebodystringrequired
The name of the library to delete.
Response
stringrequired
"OK"
Example
await redis.functions.delete("mylib")Delete a library and all its functions.
The name of the library to delete.
"OK"
await redis.functions.delete("mylib")