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.