Skip to content

Commit

Permalink
Use hiredis
Browse files Browse the repository at this point in the history
  • Loading branch information
dlackty committed Dec 21, 2015
1 parent ed6b89e commit 59335be
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
source 'https://rubygems.org'

gem 'redis'
gem 'hiredis'
7 changes: 6 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
GEM
remote: https://rubygems.org/
specs:
redis (3.2.1)
hiredis (0.6.0)
redis (3.2.2)

PLATFORMS
ruby

DEPENDENCIES
hiredis
redis

BUNDLED WITH
1.11.2
1 change: 1 addition & 0 deletions redis-audit.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

require 'bundler/setup'
require 'redis'
require 'redis/connection/hiredis'
require 'optparse'

# Container class for stats around a key group
Expand Down

0 comments on commit 59335be

Please sign in to comment.