Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
MGET
Strings
Get values of multiple keys
Examples
Common usage examples
Get multiple values at once
MGET key1 key2 key3
Copy
Notes
Returns nil for non-existent keys
Related Commands
You might also find these useful
GET
MSET