Linux下安装Redis

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Linux下安装Redis相关的知识,希望对你有一定的参考价值。

1. 下载最新版本的Redis源代码:

命令:wget http://download.redis.io/redis-stable.tar.gz

技术分享

2. 解压并编译

命令:tar xzf redis-stable.tar.gz;cd redis-stable;make

技术分享

3. 测试并安装

命令:make test;make install

技术分享

4. 启动Redis

命令:redis-server

技术分享

以上是关于Linux下安装Redis的主要内容,如果未能解决你的问题,请参考以下文章

在linux上怎么安装redis

Linux 下安装 Redis

linux 下centos 安装redis

linux下安装redis

linux下redis的安装启动关闭和卸载

Linux 下安装 redis