Skip to content

rurumimic/cache

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cache

In-memory key-value store.

Getting Started

cargo run

Client

telnet 127.0.0.1 11211

Trying 127.0.0.1...
Connected to 127.0.0.1.
Escape character is '^]'.
hello
^]
telnet> quit

Contents

  • docs
  • refs
    • memcached
      • install, build
      • architecture, dtrace
    • libevent
      • install, build
      • examples: helloworld, signal, websocket
    • tokio-rs
      • mini-redis
      • examples: tracing
    • jemalloc