Exemple #1
0
 public IList <string> Keys(RedisClient db = null)
 {
     db = RedisClient.GetClient(db);
     return(db.Keys((string)DataKey));
 }