CentOS安装redis-audit 但执行时出错未解决 记录一下安装过程
Posted 缤纷世界WB
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CentOS安装redis-audit 但执行时出错未解决 记录一下安装过程相关的知识,希望对你有一定的参考价值。
网上很多安装过程都太老了,测试很多方法终于成功了,但执行时还是出错,哪位熟悉的可以告知一下。
yum install -y ruby rubygems ruby-devel git gcc
gem sources --remove http://rubygems.org/
gem sources -a https://ruby.taobao.org/
gem sources -l
gem install bundler
git clone https://github.com/snmaynard/redis-audit.git
cd redis-audit
bundler install #安装依赖包
bundle exec ruby redis-audit.rb -h 10.10.6.199 -p 6379 -d 0 -s 1000
以上是关于CentOS安装redis-audit 但执行时出错未解决 记录一下安装过程的主要内容,如果未能解决你的问题,请参考以下文章
在 Rocks CentOS 集群上安装 Matlab 时出现 JVM Segfaults
centos7下安装iperf时出现 make: *** No targets specified and no makefile found. Stop.的解决方案
Centos yum 安装软件时出现 except OSError, e: ^ SyntaxError: invalid syntax