I have redis with many keys (about 100), I want to select only Keys from the ClassA type (just an example).
Now I am doing GetAllKeys and then go into the foreach loop for all elements and select only the appropriate keys.
Is it possible to select only the corresponding keys and get them all with one function?
When I do GetAll, I get only 2 elements, while I need about 45.
source share