博客
关于我
centos安装redis6
阅读量:274 次
发布时间:2019-03-01

本文共 626 字,大约阅读时间需要 2 分钟。

centos安装redis6

一,redis6下载

下载地址:https://github.com/redis/redis/releases		建议用迅雷下载 速度会比较快

二,GCC升级

参考文章:https://blog.csdn.net/weixin_43162776/article/details/111030944

一,redis6安装

~ wget https://github.com/antirez/redis/archive/6.0-rc2.tar.gz
tar -zxvf 6.0-rc2.tar.gz ~ cd redis-6.0-rc2/
/usr/local/bin/gcc -v 使用内建 specs。 COLLECT_GCC=/usr/local/bin/gcc COLLECT_LTO_WRAPPER=/usr/local/libexec/gcc/x86_64-pc-linux-gnu/7.1.0/lto-wrapper 目标:x86_64-pc-linux-gnu 配置为:…/configure --enable-checking=release --enable-languages=c,c++ --disable-multilib 线程模型:posix gcc 版本 7.1.0 (GCC)
CC=/usr/local/bin/gcc make ~ make install ~ redis-server
`
你可能感兴趣的文章
MySQL中你必须知道的10件事,1.5万字!
查看>>
MySQL中使用IN()查询到底走不走索引?
查看>>
Mysql中使用存储过程插入decimal和时间数据递增的模拟数据
查看>>
MySql中关于geometry类型的数据_空的时候如何插入处理_需用null_空字符串插入会报错_Cannot get geometry object from dat---MySql工作笔记003
查看>>
mysql中出现Incorrect DECIMAL value: '0' for column '' at row -1错误解决方案
查看>>
mysql中出现Unit mysql.service could not be found 的解决方法
查看>>
mysql中出现update-alternatives: 错误: 候选项路径 /etc/mysql/mysql.cnf 不存在 dpkg: 处理软件包 mysql-server-8.0的解决方法(全)
查看>>
Mysql中各类锁的机制图文详细解析(全)
查看>>