Top "Jedis" questions

Jedis is a small free client for Redis, written in and for Java.

spring-data-redis redisTemplate Exception

When I call get() method, an exception occured here is the code @Service("RedisService") public class RedisServiceImpl implements RedisService { @Autowired …

spring redis jedis spring-data-redis
How to create RedisCacheManager in spring-data 2.0.x

I'm migrating my application from spring boot 1.5.x to 2.0.x. I want to keep jedis but I have a problem …

java spring-boot redis spring-data jedis
Jedis : Could not get a resource from the pool

Background Our application uses Jedis-2.2.1 and connects to Redis-2.6, here's how I get jedis resource : protected static JedisWrapper getRedisUserWrite(String …

java redis jedis nosql
Jedis key expiry

I am trying to understand redis/jedis with spring. I am stuck somewhere where I can't able to expiry my …

java spring spring-boot redis jedis
What is a proper way to connect to AWS Elasticache (Redis cluster) from Java?

I'm new to AWS Elasticache redis, and I got below endpoint. I'm confused in either using Jedis and Redisson, because …

java amazon-web-services jedis amazon-elasticache redisson
how to store an image to redis using java / spring

I'm using redis and spring framework on my image upload server. I need to store the images to redis. I …

java spring redis jedis
JedisConnectionException: Unexpected end of stream error

I am trying to perform rpush operation and encountered the following error: redis.clients.jedis.exceptions.JedisConnectionException: Unexpected end of …

redis jedis
redis pub sub with jedis , sub crashes with error

All I have installed latest Redis 2.4.16 and trying to use its Pub/Sub system with java. I am putting a …

java redis publish-subscribe jedis
ERR only (P)SUBSCRIBE / (P)UNSUBSCRIBE / PING / QUIT allowed in this context

I am using jdish.publish in my web app and jedis.subscribe in my desktop app. so both are separate …

redis jedis
Connect Redis cluster with jedis

Since a single redis instance doesn't meet my requirements, I went for redis cluster. I formed cluster with three nodes …

redis jedis