Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
HGETALL
Hashes
Get all fields and values in hash
Examples
Common usage examples
Get all user:1 hash data
HGETALL user:1
Copy
Notes
Returns empty list if key doesn't exist
Related Commands
You might also find these useful
HSET
HGET