安装Redis(Windows版本&Linux版本)

1.版本:

Redis官网上有Linux版本,Redis官网:https://redis.io/downloadc++

GitHub上有Windows版本,地址是:https://github.com/MicrosoftArchive/redis/tags git

2.安装步骤(引入外文):

Linux:https://www.jianshu.com/p/bc84b2b71c1cgithub

Windows:http://www.javashuo.com/article/p-tuxesnpq-eu.htmlredis

3.注意:

Linux环境下:学习

(若是在安装时报错:/bin/sh: cc: command not found 说明没有安装gcc)
安装gcc:root用户下:yum install gcc gcc-c++

 

深刻学习传送门:spa

1.Redis 安装前的Linux环境准备:https://blog.csdn.net/u010327957/article/details/52507131 (包括虚拟机安装).net

2.Redis入门学习:https://www.imooc.com/learn/839 (Redis和Jedis使用的入门级教程)

blog