public bool Exists(string key, string regionName = null) { key = GetKeyForRedis(key, regionName); return(redisConnection.Exists(key)); }