Example #1
0
 protected bool redisSetKey(string key, string value, int dbNumber = 1)
 {
     return(redis.SetKey(key, value, dbNumber));
 }