Ruby client lib updated to the latest git version

This commit is contained in:
antirez
2009-09-02 10:37:32 +02:00
parent 123d7c93cb
commit 3113921a45
9 changed files with 172 additions and 122 deletions

View File

@@ -1,4 +1,4 @@
require 'rubygems'
$TESTING=true
$:.push File.join(File.dirname(__FILE__), '..', 'lib')
$:.unshift File.join(File.dirname(__FILE__), '..', 'lib')
require 'redis'