Skip to content

Files

Latest commit

 

History

History
11 lines (9 loc) · 338 Bytes

_index.md

File metadata and controls

11 lines (9 loc) · 338 Bytes
title linkTitle description weight
Connect with Redis Java clients
Java
Connect your application to a Redis database using Java and try an example
3

You have two choices of Java clients that you can use with Redis:

  • Jedis, for synchronous applications.
  • Lettuce, for asynchronous and reactive applications.