-
We would like to integrate [Valkey-GLIDE](https://github.com/valkey-io/valkey-glide) as an additional supported driver in Spring Data Redis.
Valkey-GLIDE offers features that could be beneficial fo…
-
### Expected behavior
jedis pool no WAITING
### Actual behavior
"http-nio-8085-exec-2" #47 daemon prio=5 os_prio=0 tid=0x00007f594dc49800 nid=0x73c0 waiting on condition [0x00007f586eff40…
-
We have 6 properties at the moment:
- `spring.session.redis.cleanup-cron`
- `spring.session.redis.configure-action`
- `spring.session.redis.flush-mode`
- `spring.session.redis.namespace`
- `spr…
-
**Describe the extension**
Spring Data Redis provides easy configuration and access to Redis from Spring applications. It offers both low-level and high-level abstractions for interacting with the st…
-
Document class -
```
@Data
@RequiredArgsConstructor(staticName = "of")
@AllArgsConstructor(access = AccessLevel.PROTECTED)
@Document(value = "cmpny:")
@IndexingOptions(indexName = "idx:company"…
-
Hi, I have a spring boot project (spring boot version 3.2.10) with redisson 3.17.1 initially. Whenever the server used to start, it used to connect to a running redis server only when the value of "sp…
-
**Describe the bug**
Unable to connect Redis to Spring boot dockerize application
**To reproduce**
I'm using a Redis image for my Spring Boot application and its running perfectly in my local…
-
### Issue description
https://repo.grails.org/ui/repos/tree/PomView/libs-snapshots-local/org/grails/grails-bom/7.0.0-SNAPSHOT/grails-bom-7.0.0-20241112.082000-137.pom
-
### Site URL
https://www.alibabacloud.com
### Description of the above provided site
### Cloud Service Links
1. **Alibaba Cloud**
- URL:(https://www.alibabacloud.com)
- Description: …
-
`RedisIndexedSessionRepository` and `RedisSessionExpirationPolicy` create a lot of single-use proxies by relying on `BoundHashOperations`.
For instance in this case:
https://github.com/spring-pr…