Connect with Redis Java clients
You have two choices of Java clients that you can use with Redis:
- Jedis, for synchronous applications.
- Lettuce, for asynchronous and reactive applications.
You have two choices of Java clients that you can use with Redis: