Skip to content

ngotungson/holistics-ledis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

holistics-ledis

Very small, light-weight caching server like Redis

Dependences

pip install schedule

How to run on local machine?

  1. Run server: python server/server.py.
  2. Open connection to port 8888 on localhost. Example: telnet localhost 8888.

That's it. Now we can start making command on terminal.

set foo bar

get foo

rpush 1 2 3 4

About

Very small, light-weigh caching server like Redis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages