# redis-py **Repository Path**: aspcc/redis-py ## Basic Information - **Project Name**: redis-py - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-15 - **Last Updated**: 2021-12-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### redis-py Learned about Reactor in C, I want to use it in my own project. Redis is key-value based database, and Reactor in it also. So I am trying implement it in my own redis with python. This project started at **2021-11-13**. Now it is still developing. #### Structure - Client - Cluster - Command - Conf - Connection - Database - Exception - Generic - IOLoop - Logging - Protocol - Replication - Sentinel - Server - Timer