项目作者: odzzi

项目描述 :
python implement redis server
高级语言: Python
项目地址: git://github.com/odzzi/pyredis-server.git
创建时间: 2018-01-05T13:28:30Z
项目社区:https://github.com/odzzi/pyredis-server

开源协议:MIT License

下载


Author
Build Status

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
    1. python main.py [[IP] PORT]
    The default IP is 127.0.0.1, PORT is 6379.