client libraries synched in git

This commit is contained in:
antirez
2009-05-26 18:10:50 +02:00
parent e083d75262
commit d7fc9edb18
18 changed files with 533 additions and 454 deletions

View File

@ -12,7 +12,10 @@ See [redis on code.google.com](http://code.google.com/p/redis/wiki/README) for m
## Dependencies
1. redis -
1. rspec -
sudo gem install rspec
2. redis -
rake redis:install
@ -20,7 +23,7 @@ See [redis on code.google.com](http://code.google.com/p/redis/wiki/README) for m
rake dtach:install
3. svn - git is the new black, but we need it for the google codes.
3. git - git is the new black.
## Setup