我就看到
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
沒(méi)看到j(luò)ar包啊
<dependency>
<groupId>redis.clients</groupId>
<artifactId>jedis</artifactId>
<version>2.9.0</version>
<type>jar</type>
<scope>compile</scope>
</dependency>
沒(méi)看到j(luò)ar包啊
2017-08-11
用filezilla移動(dòng)redis包出錯(cuò)的很可能是放置的文件夾要權(quán)限,先sudo root登錄,再chmod 777 /home/,這樣就行了
2017-08-09
redis的api什么的都很簡(jiǎn)單 也好理解,主要是如何運(yùn)用在項(xiàng)目中
2017-08-07
keys my? ?代表一個(gè)字符 匹配所有my開(kāi)頭的應(yīng)該是 keys my*
2017-08-03