File tree 3 files changed +13
-2
lines changed
docs/connect/clients/java
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 2
2
title : " Java guide"
3
3
linkTitle : " Java"
4
4
description : Connect your Java application to a Redis database
5
- weight : 3
5
+ weight : 1
6
6
aliases :
7
7
- /docs/clients/java/
8
8
- /docs/redis-clients/java/
Original file line number Diff line number Diff line change 2
2
title : " Lettuce guide"
3
3
linkTitle : " Lettuce"
4
4
description : Connect your Lettuce application to a Redis database
5
- weight : 3
5
+ weight : 2
6
6
---
7
7
8
8
Install 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