Skip to content

Simple redis server implemented with python, sockets and functional programming

License

Notifications You must be signed in to change notification settings

giovaneliberato/fp_redis_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages