Ruby client updated

This commit is contained in:
antirez
2009-04-08 13:20:03 +02:00
parent 928394cd12
commit 9495122b18
6 changed files with 68 additions and 208 deletions

View File

@ -31,7 +31,7 @@ class RedisRunner
end
def self.stop
sh 'killall redis-server'
sh 'echo "SHUTDOWN" | nc localhost 6379'
end
end