python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Spring Boot + Lettuce + Redis-Sentinel without own beans?
In our Spring Boot-App, we are using Spring Data and Spring Cache together with Lettuce to connect to a REDIS-Cluster.
We are currently switching to a Sentinel-Connection-setup.
We are asking ourselve...

Sidekick.John
Votes: 0
Answers: 0
io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
I am getting the following exception while subscribing to pub-sub Redis.
io.netty.util.IllegalReferenceCountException: refCnt: 0, decrement: 1
at io.netty.util.internal.ReferenceCountUpdater.toLiv...

Zakir saifi
Votes: 0
Answers: 1
Is Spring Redis/Lettuce client bottlenecked in NIO event loop?
I'm building a Spring application to capture data from ~100 websocket clients, then store the data in a queue-like way in a Redis server. The issue is that the server starts to freeze up over time, an...

Gabriel Pizarro
Votes: 0
Answers: 1