jetcache icon indicating copy to clipboard operation
jetcache copied to clipboard

如何自定义 RedisCache ?

Open mizhoux opened this issue 3 months ago • 1 comments

使用 RedisCacheBuilder 进行配置 JetCache 时,jedisPool 必须为 redis.clients.jedis.util.Pool<redis.clients.jedis.Jedis>。但公司有自己的 Redis 连接实现,该实现无法与 RedisCacheBuilder 兼容。因而想通过自定义 RedisCache 替换默认的 RedisCache,有最佳实践吗?

mizhoux avatar Apr 28 '24 09:04 mizhoux