python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
java.net.UnknownHostException: "localhost": Name or service not known
I'm trying to connect to Redis in Java using Jedis. I'm doing this simply like
return new JedisPool(jedisPoolConfig,
redisData.get("address").toString(),
...
J P
Votes: 0
Answers: 1
Unexplained latency with ValueOperations using Jedis
We have Spring Boot web services hosted on AWS. They make frequent calls to a Redis Cluster cache using Jedis.
During load testing, we're seeing increased latency around ValueOperations that we're hav...
aowen
Votes: 0
Answers: 0
Spring data crud repository save method not able to save Java model in Redis cache
We are trying to save a model into the Redis cache using the spring data crud repository. This model has one property which is a map like below.
private Map<String, StudentInfo> studentData = ne...
Kundan Saini
Votes: 0
Answers: 1
WARN r.c.j.JedisFactory: Error while close redis.clients.jedis.exceptions.JedisException: Could not return the broken resource to the pool
I get the following error
WARN r.c.j.JedisFactory: Error while close
redis.clients.jedis.exceptions.JedisException: Could not return the broken resource to the pool
Please tell me how it can be fixed...
USER
Votes: 0
Answers: 1