Use Redis Ruby client instead of shelling out to redis-cli
Closes gitlab-org/gitlab-ce#17329
Showing
source "http://rubygems.org" | ||
gem 'redis', '~> 3.3' | ||
group :development, :test do | ||
gem 'coveralls', require: false | ||
gem 'rspec', '~> 2.14.0' | ||
... | ... |
Please register or sign in to comment