mirror of
https://github.com/fluencelabs/redis
synced 2025-06-14 09:41:21 +00:00
Erlang client updated
This commit is contained in:
9
client-libraries/update-python-client.sh
Executable file
9
client-libraries/update-python-client.sh
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
rm -rf temp
|
||||
mkdir temp
|
||||
cd temp
|
||||
git clone git://github.com/ludoo/redis.git
|
||||
cd ..
|
||||
rm -rf python
|
||||
mv temp/redis/client-libraries/python python
|
||||
rm -rf temp
|
Reference in New Issue
Block a user