1,下载
cd /usr/local/src
wget http://download.redis.io/releases/redis-6.0.8.tar.gz
下载地址:https://redis.io/download
linux下安装redis缓存数据库

2,解压
tar xzf redis-6.0.8.tar.gz
cd redis-6.0.8

3,编译
make
cd src
make install PREFIX=/usr/local/redis

我只需要简单安装,剩下操作请参考https://www.cnblogs.com/happywish/p/10944253.html

相关文章:

  • 2021-09-27
  • 2022-12-23
  • 2022-12-23
  • 2021-12-26
猜你喜欢
  • 2022-02-03
  • 2021-11-25
  • 2022-12-23
  • 2021-04-10
  • 2021-10-03
  • 2021-04-14
相关资源
相似解决方案