skyformat99 / MiniRedis-1

Redis-like in-memory datastore accessible via telnet. Supports strings and ordered sets. Implemented in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Compile Command:

g++ bitv.cpp strclass.cpp timer.cpp zclass.cpp nargv.c MiniRedis.cpp -std=c++0x -o run -lpthread -fpermissive -w


To run: ./run <db_file_name>   (If no file name is given, then by default data will be dumped to file named db_dump)


Port Number = 15000
Client Connection: telnet localhost 15000

About

Redis-like in-memory datastore accessible via telnet. Supports strings and ordered sets. Implemented in C++


Languages

Language:C++ 69.1%Language:C 30.9%