Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
TTL
Keys
Get time to live for a key
Examples
Common usage examples
Get TTL in seconds
TTL mykey
Copy
Get TTL in milliseconds
PTTL mykey
Copy
Notes
-1 means no expiry, -2 means key doesn't exist
Related Commands
You might also find these useful
EXPIRE
PERSIST