https://github.com/fengzhizi715/multi-level-cache
A multi-level cache framework implemented by RxCache(local cache) and Redis(remote cache).
https://github.com/fengzhizi715/multi-level-cache
Last synced: 2 months ago
JSON representation
A multi-level cache framework implemented by RxCache(local cache) and Redis(remote cache).
- Host: GitHub
- URL: https://github.com/fengzhizi715/multi-level-cache
- Owner: fengzhizi715
- License: apache-2.0
- Created: 2018-03-24T15:21:18.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T01:51:52.000Z (about 6 years ago)
- Last Synced: 2025-01-05T01:42:52.322Z (4 months ago)
- Homepage:
- Size: 175 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# multi-level-cache
[](http://www.weibo.com/fengzhizi715)
[](https://www.apache.org/licenses/LICENSE-2.0.html)# 功能特点:
* 支持 redis、redis-sentinel、redis-sharding、redis-cluster
* 支持两级缓存配置:RxCache 和 Redis
* 支持布隆过滤器
* 支持Redis分布式锁