v0.2.0
Olric 0.2.0 is ready to use.
What is Olric?
Distributed cache and in-memory key/value data store. It can be used both as an embedded Go library and as a language-independent service.
With Olric, you can instantly create a fast, scalable, shared pool of RAM across a cluster of computers.
Major changes:
- Clustering algorithm has been implemented properly,
- A new binary protocol on top of TCP instead of HTTP,
- Service discovery integration,
- Helper tools: olricd, olric-cli, olric-load and olric-stats,
- LockWithTimeout/Lock is reimplemented,
- LRU caching
- Pipelining.