【转】redis 中对key的命令操作

1.输入官方网址:https://redis.io/

这里写图片描述

2.点击redis标志那一栏的Download下载:

https://redis.io/download 可以看到这里有4.0版本,往下可也看到老 
版本,比如有:3.2 我们下载4.0.1版本,但是我们注意了,一句话 “The Redis project does not officially support Windows. However, the Microsoft Open Tech group develops and maintains this Windows port targeting Win64. Learn more”就是所官方是没有支持Windows系统的,但是微软自己就做了一个支持win64位系统的,我们点击, Learn more 进入下载页:https://github.com/MicrosoftArchive/redis

这里写图片描述

3.然后我们就进入到GitHub上下载了,点击Clone or download,

下载到了一个zip文件,

这里写图片描述

4.我们可以看到3.0的有好几个版本,我们选中3.2.100版本的

Redis-x64-3.2.100.zip 下载

这里写图片描述

5.最后在命令窗口下,进入redis文件夹,

输入: redis-server.exe redis.windows.conf 当你看见以下截图时就说明你安装成功了

这里写图片描述

最后附上redis中对key的命令操作

猜你喜欢

转载自blog.csdn.net/sinat_18474835/article/details/80622225