CPP client added thanks to Brian Hammond

This commit is contained in:
antirez
2009-05-09 09:25:59 +02:00
parent 93ea375904
commit 57172ffb31
22 changed files with 2736 additions and 47 deletions

View File

@ -0,0 +1,12 @@
#!/bin/sh
rm -rf temp
mkdir temp
cd temp
git clone git://github.com/fictorial/redis-cpp-client.git
cd redis-cpp-client
rm -rf .git
cd ..
cd ..
rm -rf cpp
mv temp/redis-cpp-client cpp
rm -rf temp