Linux Terminal Glossary
›
Databases & SQL
redis-cli DEL user:1
Category:
Databases & SQL
redis-cli DEL user:1
Copy command
Delete one or more keys
Removes the key and returns how many were deleted; DEL user:1 user:2 removes both. Deletion is immediate and permanent. Related: EXISTS, EXPIRE.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.