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

posted @ 2017-03-15 10:42  缤纷世界  阅读(410)  评论(0编辑  收藏  举报