Connect with Redis Java clients
Connect your application to a Redis database using Java and try an example
You have two choices of Java clients that you can use with Redis:
- Jedis, for synchronous applications.
- Lettuce, for synchronous, asynchronous, and reactive applications.
You can also access Redis with an object-mapping client interface. See RedisOM for Java for more information.