Skip to content

v0.3.0-beta.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@buraksezer buraksezer released this 12 Oct 19:24
· 203 commits to master since this release

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.

Try with Docker:

docker pull olricio/olricd:v0.3.0-beta.6

v0.3.x tree includes many new features:

Sample usage:

This version includes the following fixes and improvements:

  • Add config.Load to load configuration from YAML files in embedded-member mode #62
  • Scoping problem in read-repair code #61
  • Improves redirection logic #54
  • Seamlessly scale up or down on Kubernetes