Fetch the repository succeeded.
This action will force synchronization from 车江毅/DistributedCache, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
##分布式缓存中间件## 方便实现缓存的分布式,集群,负载均衡,故障自动转移,并兼容多种缓存存储的分布式缓存中间件。 用于解决分布式架构中的分布式缓存环节。
##特点:##
##不同存储介质##
/// <summary>
/// Redis
/// 数据存内存,适合内存大小范围内大量缓存。(若是频繁失效的缓存数据,大量热点数据,建议使用redis)
/// </summary>
Redis,
/// <summary>
/// SSDB
/// 数据热点存内存,大量数据存磁盘。(若是命中率较低,命中热点数据,大量冷数据,建议使用ssdb)
/// </summary>
SSDB,
/// <summary>
/// Memcached
/// </summary>
Memcached,
/// <summary>
/// SQLServer内存表
/// </summary>
SqlServer,
/// <summary>
/// 阿里云的缓存服务OCS
/// </summary>
AliyunMemcached,
##备注:##
##未来发展:##
开源相关群: .net 开源基础服务 238543768
(大家都有本职工作,也许不能及时响应和跟踪解决问题,请谅解。)
##.net 开源第三方开发学习路线 ##
.net 生态闭环:官方开源项目->第三方参与学习->第三方改进并提交新功能或bug->官方合并新功能或bug->官方发布新版本
为什么开源? .net 开源生态本身弱,而强大是你与我不断学习,点滴分享,相互协助,共同营造良好的.net生态环境。
开源理念: 开源是一种态度,分享是一种精神,学习仍需坚持,进步仍需努力,.net生态圈因你我更加美好。
by 车江毅
Sign in for post a comment
Comments ( 0 )