コード例 #1
0
 public CSRedisCache(RedisOptions redisOptions)
 {
     _instance = redisOptions.KeyPreffix ?? string.Empty;
 }