dotnetcore / EasyCaching

:boom: EasyCaching is an open source caching library that contains basic usages and some advanced usages of caching which can help us to handle caching more easier!
MIT License
1.92k stars 324 forks source link

希望EasyCache可以动态添加缓存地址 #515

Open landonzeng opened 7 months ago

landonzeng commented 7 months ago

希望EasyCache可以动态添加缓存地址,在使用的时候可以通过configCode来动态切换缓存数据库 最近由于业务需要,不同redis服务器都被存在在了数据库的表里的,然后在使用的时候需要动态的从库里获取这些redis的配置,然后来动态切换redis,从而获取不同服务器的缓存数据

期望能提供过一个类似sqlsugar动态创建连接池和动态切库的功能,非常感谢!