Post

Redis java 客户端

Jedis 的学习笔记

Jedis 当前的最新版本是 3.0.1:

1
2
3
4
5
6
7
8
<!-- https://mvnrepository.com/artifact/redis.clients/jedis -->
<dependency>
    <groupId>redis.clients</groupId>
    <artifactId>jedis</artifactId>
    <version>3.0.1</version>
</dependency>

« EOF »

If you like TeXt, don’t forget to give me a star :star2:.

This post is licensed under CC BY 4.0 by the author.