1.版本:
Redis官网上有Linux版本,Redis官网:https://redis.io/download
GitHub上有Windows版本,地址是:https://github.com/MicrosoftArchive/redis/tags
2.安装步骤(引入外文):
Linux:https://www.jianshu.com/p/bc84b2b71c1c
Windows:https://blog.csdn.net/leisure_life/article/details/82078233
3.注意:
Linux环境下:
(如果在安装时报错:/bin/sh: cc: command not found 说明没有安装gcc)
安装gcc:root用户下:yum install gcc gcc-c++
深入学习传送门:
1.Redis 安装前的Linux环境准备:https://blog.csdn.net/u010327957/article/details/52507131 (包括虚拟机安装)
2.Redis入门学习:https://www.imooc.com/learn/839 (Redis和Jedis使用的入门级教程)
来源:oschina
链接:https://my.oschina.net/u/4391021/blog/3580828