Olric v0.3.0-beta.6 Release Notes

Release Date: 2020-10-12 // over 3 years ago
  • 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