-
### Describe your Issue
Java records are final, as well as Kotlin data classes; in version 2.17, `DefaultTyping` deprecates the `EVERYTHING` option (from https://github.com/FasterXML/jackson-databi…
-
I used springwebflux + r2dbc-mysql to build the web project. In my tests, I found that most database operations were always performed in the same thread, resulting in 80% cpu load on that thread. I ch…
-
今日收获:
1. 知道了 spring boot redis 默认使用的连接池是:lettuce;还可以自己切换到 Jedis;
2. 第一次看到RedisAutoConfigration类的源码,知道了Redis自动配置做了哪些事情;
3. 知道了针对key的操作在RedisTemplate中(如:过期时间),针对value的操作需要先找到opsForXxx;
4. RedisTem…
-
I am trying to use Spring Session, Spring Data Redis with Spring Security as well as Spring boot, so that we can save the user as well as all the session data into Redis, the main objective of this …
-
### 建议增加的新功能:
查看了官网的文档两种集成方法:sa-token-redis和sa-token-redis-jackson
都是集成的spring-boot-starter-data-redis
希望有个能直接集成redis-om-spring的包
### 应用场景阐述:
我使用的springboot3.3版本的,很多需要redis更高级的功能(redisSearch)然而…
-
Hi
Overview tab of Spring Data Redis page contains a lot of links. All of them are invalid and returns 'Page not found' response. For example:
https://docs.spring.io/spring-data/data-redis/docs/…
-
This docu page https://docs.spring.io/spring-boot/appendix/application-properties/index.html#application-properties.server.server.tomcat.max-connections states: "Maximum number of connections that…
-
I have spring reactive project and I am using RedisReactiveCommand's mget to fetch multiple keys values together. I was iterating over number of keys to fetch data from redis using get method. Later o…
-
### Avoid duplicated bug reports
- [X] I've found a bug and checked that there are no open or closed bug report related to this.
### Description
Hi and thanks for your work! I really love this proj…
-
hello this is my entity model.
set the time to live but in redis insight, show no limit.
`@Document("TestResultRedis", timeToLive = 5 * 60)
data class TestResultRedisModel(
@Id
…