# Redis **Repository Path**: iroan/Redis ## Basic Information - **Project Name**: Redis - **Description**: 学习Redis及Python中使用Redis - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-02-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Redis 学习Redis及Python中使用Redis # 实现模拟登录功能涉及的文件 ``` . ├── __init__.py ├── msqlHelper.py ├── redisHelper.py └── simulate_sign_in.py ```