Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
DEL
Keys
Delete one or more keys
Examples
Common usage examples
Delete single key
DEL mykey
Copy
Delete multiple keys
DEL key1 key2 key3
Copy
Notes
Returns number of keys deleted
Use UNLINK for async deletion
Related Commands
You might also find these useful
EXISTS
KEYS