Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
EXISTS
Keys
Check if key exists
Examples
Common usage examples
Check single key
EXISTS mykey
Copy
Count how many keys exist
EXISTS key1 key2 key3
Copy
Notes
Returns count of existing keys
Related Commands
You might also find these useful
DEL
KEYS