ocelot.cache.redis 源码
ocelot.cache.redis 简单的redis集成,用于在ocelot中进行缓存。 nuget包: 设置AddOcelotRedisIntegration在服务集合上调用AddOcelotRedisIntegration并传递redis连接字符串) . ConfigureServices ( s => { s . AddOcelot (); s . AddOcelotRedisIntegration ( " redis connection string here " ); }) 将缓存添加到路由:(添加FileCacheOptions.TtlSeconds属性) { " DownstreamPathTemplate " : " /{everything} " , " Downstream
文件列表
ocelot_cache_redis-master.zip
(预估有个8文件)
ocelot.cache.redis-master
.gitignore
6KB
README.md
849B
LICENSE
1KB
.gitattributes
2KB
Ocelot.Cache.Redis.sln
1KB
Ocelot.Cache.Redis
Ocelot.Cache.Redis.csproj
1KB
RedisCacheManager.cs
1KB
ServiceCollectionExtensions.cs
402B
暂无评论