Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 317 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 317 Bytes

Alexandria

Alexandria is an in-memory, distributed key-value store written in Go.

It is designed to be a fast, eventually consistent, and highly available cache, making it ideal for storing non-mission critical data in order to alleviate database load.

Alexandria is strongly influenced by Redis and Memcached.