示例#1
0
 protected bool redisDeleteKey(string key, int dbNumer = 1)
 {
     return(redis.DeleteKey(key, dbNumer));
 }