When developing Java client, Jedis or Lettuce is used. Among them, Jedis is a lightweight Redis java client. There are pros and cons for Jedis. (As of this writing, 3.0.0-m1 is the latest) Pros Lightweight and faster than Lettuce API is easy and intuitive Cons Supports Redis 2 and 3 (Redis 4 is not supported … Continue reading Tips on developing with Jedis