Skip to main content
Documentation
API Reference
Search
⌘K
Ask AI
⌘I
Discord
Blog
Twitter
Console
Redis
/
/
SDKs
/
Typescript
/
Commands
/
Generic
PERSIST
Remove any timeout set on the key.
1 min read
Copy as Markdown
Arguments
#
key
string
required
#
The key to persist
Response
#
KEYS
PEXPIRE
Example
await
redis.
persist
(key);