redis-cache icon indicating copy to clipboard operation
redis-cache copied to clipboard

MyBatis Redis Cache adapter

Results 15 redis-cache issues
Sort by recently updated
recently updated
newest added

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [org.mybatis:mybatis-parent](https://www.mybatis.org/) ([source](https://togithub.com/mybatis/parent)) | `34` -> `35` |...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. This repository currently has no open or pending branches. ## Detected dependencies github-actions .github/workflows/ci.yaml...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.esotericsoftware:kryo](https://togithub.com/EsotericSoftware/kryo) | `4.0.2` -> `5.3.0` | [![age](https://badges.renovateapi.com/packages/maven/com.esotericsoftware:kryo/5.3.0/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

Bumps [mybatis-parent](https://github.com/mybatis/parent) from 34 to 35. Release notes Sourced from mybatis-parent's releases. Mybatis Parent 35 Build parent for mybatis projects Now requires jdk 11 to build with continued compilation to...

dependencies
java

Can I support setting a default expiration time for Key when caching?

Bumps [kryo](https://github.com/EsotericSoftware/kryo) from 4.0.2 to 5.3.0. Release notes Sourced from kryo's releases. kryo-5.3.0 This is a maintenance release coming with bug fixes and performance improvements: #872 Custom exception for buffer...

dependencies

Last release in Maven central repository was 28-Dec-2015. How can I contribute to make it move forward?

没有针对redis集群的二级缓存实现么

In class `KryoSerializer`, I see the comments about `SerializeUtil with Kryo, which is faster and more space consuming.`, but when I read this article `https://www.shenyanchao.cn/blog/2019/02/13/redis-serializer/`, it looks like `KryoSerializer` is...