Very small, light-weight caching server like Redis
pip install schedule
- Run server:
python server/server.py.
- 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