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

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使用的入门级教程)

posted @ 2019-04-10 10:04  谢霆飞  阅读(4383)  评论(0编辑  收藏  举报