# python3-redis **Repository Path**: yeque/python3-redis ## Basic Information - **Project Name**: python3-redis - **Description**: python3操作redisAPI - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 2 - **Created**: 2019-05-21 - **Last Updated**: 2025-05-19 ## Categories & Tags **Categories**: database-dev **Tags**: None ## README # python3-redis python3.7与redis数据库交互 请安装python3.7的运行环境并且下载redis的依赖 安装redis的依赖命令:pip install redis # package说明 python3-redis: ├─redis_admin │ ├─ophash 操作hash │ ├─opkey 操作key │ ├─oplist 操作list │ ├─opset 操作set │ ├─opstr 操作string │ └─opzset 操作zset/sorted set └─redis_conn python连接redis的配置及工具