File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed
docs/connect/clients/java Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ title : " Connect with Redis Java clients"
3+ linkTitle : " Java clients"
4+ description : Connect your application to a Redis database using Java and try an example
5+ weight : 3
6+ ---
7+
8+ You have two choices of Java clients that you can use with Redis:
9+
10+ - Jedis, for synchronous applications.
11+ - Lettuce, for asynchronous and reactive applications.
Original file line number Diff line number Diff line change 22title : " Java guide"
33linkTitle : " Java"
44description : Connect your Java application to a Redis database
5- weight : 3
5+ weight : 1
66aliases :
77 - /docs/clients/java/
88 - /docs/redis-clients/java/
Original file line number Diff line number Diff line change 22title : " Lettuce guide"
33linkTitle : " Lettuce"
44description : Connect your Lettuce application to a Redis database
5- weight : 3
5+ weight : 2
66---
77
88Install Redis and the Redis client, then connect your Lettuce application to a Redis database.
You can’t perform that action at this time.
0 commit comments