Releases: buraksezer/olric
v0.4.0-beta.1
This beta includes the following fixes and improvements:
- Design an interface for different storage engine implementations #46
v0.3.3
v0.3.2
v0.3.1
v0.3.0
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.
This version includes many new features and bug fixes:
- Initial implementation of DTopic data structure,
- Olric Binary Protocol reimplemented. Now it's very easy to define new message types.
- Improved Kubernetes integration: https://github.com/buraksezer/olric-kubernetes
See the milestone for more details.
Thanks to @dunglas and the Caddy community for their support.
v0.3.0-rc.2
v0.3.0-rc.1
This release candidate includes the following fixes and improvements:
- Fix wrong unmarshal method in getPrevOperation 195a65e
v0.3.0-beta.7
v0.3.0-beta.6
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:
- Initial implementation of DTopic data structure,
- Olric Binary Protocol reimplemented. Now it's very easy to define new message types.
- Improved Kubernetes integration: https://github.com/buraksezer/olric-kubernetes
Sample usage:
This version includes the following fixes and improvements:
v0.3.0-beta.5
This beta includes the following fixes and improvements:
- Fix #60
- Improved Kubernetes integration