]> git.saurik.com Git - redis.git/commit
CPP client added thanks to Brian Hammond
authorantirez <antirez@gmail.com>
Sat, 9 May 2009 07:25:59 +0000 (09:25 +0200)
committerantirez <antirez@gmail.com>
Sat, 9 May 2009 07:25:59 +0000 (09:25 +0200)
commit57172ffb316b5e681c4f515927894f5129739237
tree3e685755782879fd267c2d8e95950fa50836fa88
parent93ea375904fa2a5d1cab110698d15f43e63d84f1
CPP client added thanks to Brian Hammond
22 files changed:
TODO
benchmark.c
client-libraries/cpp/Makefile [new file with mode: 0644]
client-libraries/cpp/README.rst [new file with mode: 0644]
client-libraries/cpp/TODO [new file with mode: 0644]
client-libraries/cpp/anet.c [new file with mode: 0644]
client-libraries/cpp/anet.h [new file with mode: 0644]
client-libraries/cpp/fmacros.h [new file with mode: 0644]
client-libraries/cpp/redisclient.cpp [new file with mode: 0644]
client-libraries/cpp/redisclient.h [new file with mode: 0644]
client-libraries/cpp/test_client.cpp [new file with mode: 0644]
client-libraries/ruby/.gitignore
client-libraries/ruby/Rakefile
client-libraries/ruby/bench.rb
client-libraries/ruby/lib/pipeline.rb [new file with mode: 0644]
client-libraries/ruby/lib/redis.rb
client-libraries/ruby/lib/server.rb
client-libraries/ruby/redis-rb.gemspec
client-libraries/ruby/spec/redis_spec.rb
client-libraries/update-cpp-client.sh [new file with mode: 0755]
doc/ExpireCommand.html [new file with mode: 0644]
utils/redis-sha1.rb