-
spring cloud bindings is failing in spring boot 3 due to pointing against old value
-
Lettuce works fine, but when replaced with Jedis, the following error is thrown:
```
java.lang.NoClassDefFoundError: Could not initialize class org.bithon.agent.instrumentation.aop.advice.AroundA…
-
**Describe the bug**
This is the bug I keep getting, when I load my Spring Application:
```
2024-08-23T00:17:20.005+01:00 INFO 9758 --- [BFFApplication] [ main] o.s.b.web.embedde…
-
When running embedded-redis in a Spring Boot application on the windows platform I see that the properties are reported as:
```properties
# Server
redis_version:5.0.14.1
redis_git_sha1:ec77f72d
r…
-
In my attempts to isolate behaviour for https://vaadin.com/forum/t/continous-deployment-and-vaadin/167127/15 , I noticed that [SessionListener](https://github.com/vaadin/kubernetes-kit/blob/main/kuber…
-
Session management could be improved by modeling it as a hash as Spring does. This would reduce serialization/deserialization overheads and benefit from the latest [hash-field expiration](https://redi…
-
### Redis version
v6.0.0
### Redisson version
org.redisson:redisson-spring-boot-starter:3.33.0
### Redisson configuration
spring.data.redis.sentinel.master=${REDIS_SENTINEL_MASTER}
spring.data.r…
-
The feature will be broken down into microservices that will be used for other functionalities.
- [ ] 1. **Queue Management Service**
- [ ] 2. **EC2 Management Service**
- [ ] 3. **Load Testing E…
-
Hi there,
I tried to use this locking feature along with Jedis and Spring-data-redis and ran into the following issue described in the below stackoverflow issue.
https://stackoverflow.com/q…
-
This was first mentioned by @lrozek in issue #2251 and implemented with issue #2198 in [release 2.7.0-M3](https://github.com/spring-projects/spring-data-redis/releases/tag/2.7.0-M3) . Hence, this issu…