封装redis的操作,解决缓存穿透、缓存击穿、缓存雪崩等缓存常见问题,并且提供简单易用的api接口
☆15May 9, 2023Updated 3 years ago
Alternatives and similar repositories for redis-cache-operator-java
Users that are interested in redis-cache-operator-java are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- ZxFrame为JAVA框架-支持读写分离,读数据源熔断,分库分表;多级缓存,防缓存击穿/穿透/雪崩;支持分布式ID/锁;配置热更新等☆13Jun 21, 2022Updated 3 years ago
- 采用Reactor模式,注册readycreate, readyfinish事件到更新服务UpdateService,通过处理后进行模型缓存,然后将消息转化为 dispatchThread消息分配模型需要的create, update, finish的事件进行单线程循环调度…☆31Jun 1, 2017Updated 9 years ago
- BlockPolish: accurate polishing of long-read assembly via block divide-and-conquer☆17Jun 15, 2023Updated 2 years ago
- A tool to detect structural variant☆17Mar 27, 2023Updated 3 years ago
- 自定义的spring-boot的feign httpclient starter,为feign替换原生的URLConnection使用httpclient提供简易的配置并集成spring-boot的auto configuration☆16Jun 14, 2017Updated 8 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- Programs implementing the trio-binning genome assembly method☆21Nov 22, 2023Updated 2 years ago
- A deep learning-based SNP calling method to identify SNPs based on low-coverage Nanopore sequencing reads.☆21Nov 20, 2022Updated 3 years ago
- SpringBoot + Redis布隆过滤器。主要实现以下功能 : 1、几种常用方式判断当前key是否存在的性能进行比较。2、通过Lua脚本批量插入数据到redis布隆过滤器,并校验该数据在布隆过滤器中