You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.