企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
- redis-py >pip install redis >https://github.com/andymccurdy/redis-py/ ## linux下安装Redis - 依赖 >yum install -y wget gcc make tcl ``` wget http://download.redis.io/releases/redis-3.2.2.tar.gz tar xzf redis-3.2.2.tar.gz cd redis-3.2.2.tar.gz make make install /root/redis-3.2.2/src/redis-server & ```