In-memory key-value store

Fast | Ordered | Distributed

Optimized for VM

Very fast with no additional overhead for Virtual Machines

Natively ordered keys

Keys are inserted in order,
making the data permanently ordered

Fragmentation-Free

Memory allocation prevents fragmentation,
making your application highly available

Download the stable release for C++