An open API service indexing awesome lists of open source software.

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).

Awesome Lists containing this project

README

        

# multi-level-cache

[![@Tony沈哲 on weibo](https://img.shields.io/badge/weibo-%40Tony%E6%B2%88%E5%93%B2-blue.svg)](http://www.weibo.com/fengzhizi715)
[![License](https://img.shields.io/badge/license-Apache%202-lightgrey.svg)](https://www.apache.org/licenses/LICENSE-2.0.html)

# 功能特点:

* 支持 redis、redis-sentinel、redis-sharding、redis-cluster
* 支持两级缓存配置:RxCache 和 Redis
* 支持布隆过滤器
* 支持Redis分布式锁