Task 10
Task 10
Which command is used to obtain all the keys in a database?
Answer
keys *
Explanation
When you run keys *
in Redis, it will return all the keys stored in the selected database.
Last updated
Which command is used to obtain all the keys in a database?
keys *
When you run keys *
in Redis, it will return all the keys stored in the selected database.
Last updated