python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Disable Spring Data Redis TLS verification in application.yml
We're using spring-data-redis and Azure Cache for Redis. When debugging locally, the only way to connect is to use TLS, but disable the peer verification - as I understand it, Azure does something wei...

DrRelling
Votes: 0
Answers: 1
Unable to view the byte formatted value from redis-cli
My requirement is that in redis db, keys should be stored as strings and values as byte array.
And I am able to achieve the same in java using lettuce's RedisCodec. But when I view the value through r...
R S
Votes: 0
Answers: 3
Lettuce StatefulRedisConnection async command execution order
I'm confused a bit about order of Redis command execution when using a Lettuce driver.
Examples use code like
private val cacheConnection: StatefulRedisConnection<String, String>
// (...)
cach...
Lutosław
Votes: 0
Answers: 0
Unable to connect to redis cluster, spring webflux reactive: Connection refused
I am trying to connect to redis in reactive spring boot, below is the configuration I am using but getting connection refuse error. This works correctly on non-reactive version with jedis connection.
...
vaspaean
Votes: 0
Answers: 1