mirror of
https://github.com/fluencelabs/redis
synced 2025-06-20 04:26:31 +00:00
client libraries synched in git
This commit is contained in:
@ -64,7 +64,7 @@ namespace :redis do
|
||||
RedisRunner.attach
|
||||
end
|
||||
|
||||
desc 'Install the lastest redis from svn'
|
||||
desc 'Install the lastest verison of Redis from Github (requires git, duh)'
|
||||
task :install => [:about, :download, :make] do
|
||||
%w(redis-benchmark redis-cli redis-server).each do |bin|
|
||||
sh "sudo cp /tmp/redis/#{bin} /usr/bin/"
|
||||
|
Reference in New Issue
Block a user