Search…
⌘K
Ask AI
⌘I
Discord
Blog
Twitter
Console
Overview
Redis
Vector
QStash
Workflow
Search
Box
Realtime
Developer API
Redis
SDKs
Typescript
Commands
Functions
FUNCTION DELETE
Delete a library and all its functions.
1 min read
Copy as Markdown
Arguments
#
libraryName
string
required
#
The name of the library to delete.
Response
#
FCALL_RO
FUNCTION FLUSH
Example
await
redis.functions.
delete
(
"mylib"
)