]> git.saurik.com Git - redis.git/blob - client-libraries/update-python-client.sh
ZLEN renamed ZCARD for consistency with SCARD
[redis.git] / client-libraries / update-python-client.sh
1 #!/bin/sh
2 rm -rf temp
3 mkdir temp
4 cd temp
5 git clone git://github.com/ludoo/redis.git
6 cd ..
7 rm -rf python
8 mv temp/redis/client-libraries/python python
9 rm -rf temp