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