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 asynchronous and reactive applications.

You can also access Redis with an object-mapping client interface. See RedisOM for Java for more information.

RATE THIS PAGE
Back to top ↑