Skip to content

Commit c4d8b47

Browse files
committed
update
1 parent e11880a commit c4d8b47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Intro to Jedis – the Java Redis Client Library.MD

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ Find here more information about Redis for Linux and Macintosh, they have very s
3838

3939
After that we can directly dive in and connect to it from our Java code:
4040

41-
1
41+
import redis.clients.jedis.Jedis;
42+
4243
Jedis jedis = new Jedis();
4344
The default constructor will work just fine unless you have started the service on a non-default port or a remote machine, in which case you can configure it correctly by passing the correct values as parameters into the constructor.
4445

0 commit comments

Comments
 (0)