Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 523 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 523 Bytes

memcached-server

memcached-server is my personal project for fun to implement my own memcached server.

High level features

  • In memory database base on key value
  • Safe state control with transaction
  • Extremely fast read write
  • High availability and ease to do Scalability

Usage/Examples

To be announced.

Roadmap

  • Init project with basic high level features such as get, set, remove

  • To be announced.

License

To be announced.

Contributing

To be announced