mirror of
https://github.com/fluencelabs/redis
synced 2025-06-25 06:51:32 +00:00
CPP client added thanks to Brian Hammond
This commit is contained in:
12
client-libraries/update-cpp-client.sh
Executable file
12
client-libraries/update-cpp-client.sh
Executable 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
|
Reference in New Issue
Block a user