Skip to content

v0.2.0

Choose a tag to compare

@buraksezer buraksezer released this 04 May 08:34
· 294 commits to master since this release

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.