Skip to content

arailly/horcrux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horcrux: Implementation of memcached with persitence

How to build

cargo build --release

How to start server

./target/release/horcrux

Example of connecting and disconnecting server

$ telnet localhost 11211
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
set harry 0 0 3
8th
STORED
get harry
VALUE harry 0 3
8th
END
quit
Connection closed by foreign host.

About

Implementation of memcached with persistence

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages