v0.3.0-beta.6
Pre-release
Pre-release
·
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:
- 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: