redis基本使用
测试过程中用到了redis数据库,这里做一小记.
参考如下:
redis安装及基本使用:
http://irfen.iteye.com/blog/2024592
http://www.ttlsa.com/redis/the-reids-client-redis-cli-using/
python连接redis
http://www.2cto.com/kf/201303/197250.html
另外还用到了python 的命令行工具click
http://click.pocoo.org/