1
Answer

Redis Key Problem

Ask a question
Hi All,
 
can u tell me how can i get all keys from redis database in c#.
 
 
var key = cache.SetScan("Mendoza");
return cache.StringGet("Mendoza");
 
in above code i want all matching value  Mendoza.
 

Answers (1)