一、Redis安装

  1.1 、进入/usr/local

    创建redis文件夹(mkdir)方便统一管理

    Centos7 minimal 系列之Redis(五)

  1.2、下载redis

    Centos7 minimal 系列之Redis(五)

$ wget http://download.redis.io/releases/redis-4.0.6.tar.gz
$ tar xzf redis-4.0.6.tar.gz
$ cd redis-4.0.6
$ make
   1.3启动redis服务
$ src/redis-server

     Centos7 minimal 系列之Redis(五)

 

相关文章:

  • 2021-10-10
  • 2022-01-19
  • 2022-02-19
  • 2022-12-23
猜你喜欢
  • 2021-09-13
  • 2021-08-25
  • 2021-10-26
  • 2021-10-13
  • 2022-02-18
相关资源
相似解决方案