Detailed explanation of the use of Jedis

1. Java client-Jedis (introduction and environment construction)

Jedis is a Redis client toolkit developed in Java language.
Jedis is just an encapsulation of Redis commands. You can easily get started by mastering Redis commands.

Insert image description here
Insert image description here
Insert image description here

2. Start redis in process mode

2.1 Introduction to common configurations

Insert image description here

2.2. Modify the configuration and enter redis.conf

Insert image description here
Insert image description here

2. Several points to note when using Jedis to connect to Redis fails.

Insert image description here
Insert image description here
Insert image description here

Guess you like

Origin blog.csdn.net/qq_41787812/article/details/133191015