Catcher Wong

Results 92 comments of Catcher Wong

Yes. 1. Running redis in cluster mode, https://redis.io/docs/manual/scaling/ 2. Modify the endpoints of redis in `RedisCachingProviderTest.cs` 3. Run unit-tests of SetAll/SetAllAsync methods

@bebestmaple Thanks for your interest in this project. Welcome to submit a pull request to optimize this issue.

@meysamhadeli Thanks for your interest in this project. We don't support get all cache keys for Memory provider. Why did you need this one?

> Only Memcached is not supported among the providers, if you have any ideas on how we can implement it I'd like to hear them. I don't have a good...

@xsoheilalizadeh In the last review, I pointed out some problems, you should fix them. 😄

@DeliciousExtra Thanks for your interest in this project. The properties of **EasyCachingJsonSerializerOptions** was designed to readonly. You should use `WithSystemTextJson(this EasyCachingOptions options, Action jsonSerializerSettingsConfigure, string name)` to replace.

@xsoheilalizadeh Thanks for your interest in this project. This will be a great feature!!! Contributions are welcome. 😄

有两个问题需要确定一下: 1. 服务注册的时候,注册的是临时实例还是永久实例? 上面给的配置文件是和配置中心相关的,看不出注册中心的内容。 2. 从日志上看,请求头上面还有 sw8 ,skywalking 相关的请求头,确定是由 nacos server 主动访问的吗?

>方法: private async Task GetConfigInner(string tenant, string dataId, string group, long timeoutMs) >总是优先使用本地配置 这里可能有个误区,读取配置的顺序是 Failover -> query from server -> Snapshot。 这里优先的是 Failover ,可以理解成是容灾的(1. 客户端紧急重启;2. 服务端挂了的时候又想改配置),正常是人为处理的。 正常 Failover 都是为空,直接跳过,走 实时查询的。...

@jasenf Thanks for your interest in this project. EasyCaching doesn't support this feature now.