如何将元素添加到redis哈希并使用无块的reactiverDiStemplate设置到期?
如果没有反应,我会做类似的事情。 /** * Given a refresh token and the user name, create a "payload" to represent * secret data and store it i…
无法连接到Redis;嵌套的异常是org.springframework.data.redis.connection.poolexception:无法从池中获得资源;
我的Spring Boot应用程序托管在AKS Azure中,同时击中Azure的Redis Cache,获得无法连接到Redis;嵌套的异常是org.springframework.data.redis.connec…
Spring Redis不会删除流条目
我正在使用REDIS模板,并且要在处理流程后删除流的条目。我使用了以下代码,但没有从Redis流中删除。 redisTemplate.opsForStream().delete("my-strea…
错误:io.lettuce.core.redisconnectionException无法连接到localhost/<未解决的>
我正在尝试从一本书中运行API的书籍,当调用带REDIS代码的应用程序时,应该从API中输出信息。但是,这是我运行应用程序时遇到的错误: org.springfram…
未找到带有组合标签的 Redis 搜索
我正在尝试通过我的 redis 中的二级索引进行查询。 当我使用单个标签查询 Redis 时,它可以工作,例如: FT.SEARCH LiveRooms-idx "@numUsers:[100 20…
禁用应用程序中的弹簧数据重新验证。
我们使用 spring-data-redis 和 Azure Redis 缓存。在本地调试时,唯一的连接方法是使用 TLS,但禁用对等验证 - 据我了解,Azure 对证书做了一些奇怪…
Springboot Docker-Compose Redis无法获得Jedis连接;
这似乎是 docker-compose with springboot和springboot and redis href =“ https://stackoverflow.com/questions/63646880/docker-compose-redis-con…
Spring Redis 列表条目 - 节省使用 RedisTemplate 设置 TTL 的额外调用
我在 Spring 应用程序中使用 RedisTemplate 以便在 Redis 服务器中存储列表。我想为插入 Redis 的密钥设置过期 TTL。我正在使用 RedisTemplate 将值推…
Spring Cache 和 JWT 的多个 Redis
我实际上有一个使用 Redis 进行缓存并将 JWT 令牌保存到 Redis 中的应用程序。 我的目标是有一个 redis 用于缓存,另一个用于 jwt 令牌。 我不明白我…
使用 AWS ElastiCache for Redis 的终端节点
我使用 AWS ElastiCache for Redis 作为我的 spring-boot 应用程序的缓存解决方案。我正在使用 spring-boot-starter-data-redis 和 jedis 客户端连接…
Spring数据增删改查存储库保存方法无法将Java模型保存在Redis缓存中
我们正在尝试使用 Spring Data CRUD 存储库将模型保存到 Redis 缓存中。该模型有一个属性,即如下图所示的地图。 private Map studentData = new Hash…
从 Spring boot 应用程序连接到 AWS ElastiCache for Redis
目前我正在 spring-boot 中实现缓存模块。这个想法是与 Redis 的 AWS ElastiCache 连接。为此,我知道有几种方法可以实现这一目标。我将在下面列出这…
RedisTemplate scan操作 如何设置 游标位置?
Cursor> hScan(byte[] key, ScanOptions options); public class ScanOptions { public static ScanOptions NONE = new ScanOptions(); private @Nul…
RedisTemplate实现的分布式锁疑似线程不安全的问题
在测试环境没有复现,上生产出现这样的问题频率好像还挺高,spring-data-redis版本1.4.2异常如下: java.lang.ClassCastException: java.lang.Long c…
- 共 1 页
- 1