giovaneliberato / fp_redis_server

Simple redis server implemented with python, sockets and functional programming

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Simple redis server implemented with python, sockets and functional programming

License:MIT License


Languages

Language:Python 100.0%