Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 323 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 323 Bytes

Functional Python Redis Server

This is a simple, memory and string only, redis server clone built using python, sockets and functional programming techniques. To use it, you just need redis-cli installed.

Requirements

  • Python 2.7

Usage

python redis_server.py

Supported commands

  • SET
  • GET
  • INFO