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