Google News
logo
Redis - Quiz(MCQ)
Which of the following commands will you use if you are asked to find all keys matching the specified pattern?
A)
Like pattern
B)
Like keys Pattern
C)
Keys pattern
D)
None of the above

Correct Answer :   Keys pattern


Explanation : If you are asked to find all keys matching with the specified pattern, then the keys pattern is the command you will use.

Advertisement