Task 9

Task 9

How many keys are present inside the database with index 0?

Answer

4

Explanation

Into redis-cli we'll run the following command:

info keyspace
info keyspace

Last updated