# pyredis-server **Repository Path**: billy0920/pyredis-server ## Basic Information - **Project Name**: pyredis-server - **Description**: python implement redis server - **Primary Language**: Python - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-10-15 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Author](https://img.shields.io/badge/author-billy0920-orange.svg)](https://billy0920.github.io/python_tips/chapters/preface) [![Build Status](https://www.travis-ci.org/billy0920/pyredis-server.svg?branch=master)](https://www.travis-ci.org/billy0920/pyredis-server) # pyredis-server > Python implement redis server. ## description It's easy to run a redis server for every one. ## Usage + download from git; + cd the src/; + run ```bat python main.py [[IP] PORT] ``` The default IP is 127.0.0.1, PORT is 6379.