Ejemplo n.º 1
0
 public void Remove(string[] fields, RedisClient db = null)
 {
     db = RedisClient.GetClient(db);
     db.HDEL(mDataKey, fields);
 }