可以下载window环境下redis包不用安装,解压就好,下载地址和使用方法 http://www.cnblogs.com/lpyan/p/5608333.html;
创建maven工程,pom.xml里面写入以下,自动引入jedis依赖包:
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
创建maven工程,pom.xml里面写入以下,自动引入jedis依赖包:
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
2017-09-07
这里有
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
2017-09-02
老师一说sortable-set的时候我真是满脸懵逼,心想这什么啊,没听过啊,后来一看是sorted-set,就淡定了下来。。
2017-08-29