public static RedisClient GetInstance() { return(defaultInstance ?? (defaultInstance = GetInstance("default"))); }