摘要:
Redis内存数据库操作命令详解 阅读全文
摘要:
一、引用 这两天在弄Reids高速缓存平台的图形化监控,由于对于Python并不是很熟悉,安装过程中遇到了不少问题,包括: 1.python必备安装包的安装问题 2.Redis Live界面显示问题二、环境 REHL6.0 Python2.6三、安装必备 argparse==1.2.1 python-dateutil==1.5 redis (1.8.0) tornado==2.1.1四、资源下载 http://code.google.com/p/argparse/ http://github.com/downloads/facebook/tornado/tornado-2... 阅读全文