Commands.app
Home
Linux
Docker
Git
Laravel
Next.js
npm
Yarn
Python
Filament
PostgreSQL
Redis
K8s
Compare
Contribute
Back to redis
Export
LPOP
Lists
Remove and get first list element
Examples
Common usage examples
Pop first element
LPOP mylist
Copy
Pop first 3 elements
LPOP mylist 3
Copy
Notes
Returns nil if list is empty
Related Commands
You might also find these useful
LPUSH
RPOP