博客
关于我
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
`
你可能感兴趣的文章
Node-RED怎样导出导入流程为json文件
查看>>
Node-RED简介与Windows上安装、启动和运行示例
查看>>
Node-RED订阅MQTT主题并调试数据
查看>>
Node-RED通过npm安装的方式对应卸载
查看>>
node-request模块
查看>>
node-static 任意文件读取漏洞复现(CVE-2023-26111)
查看>>
Node.js 8 中的 util.promisify的详解
查看>>
node.js debug在webstrom工具
查看>>
Node.js Event emitter 详解( 示例代码 )
查看>>
Node.js GET、POST 请求是怎样的?
查看>>
Node.js HTTP模块详解:创建服务器、响应请求与客户端请求
查看>>
Node.js RESTful API如何使用?
查看>>
node.js url模块
查看>>
Node.js Web 模块的各种用法和常见场景
查看>>
Node.js 之 log4js 完全讲解
查看>>
Node.js 函数是什么样的?
查看>>
Node.js 函数计算如何突破启动瓶颈,优化启动速度
查看>>
Node.js 切近实战(七) 之Excel在线(文件&文件组)
查看>>
node.js 初体验
查看>>
Node.js 历史
查看>>