Olric v0.2.0 is ready to use! *What is Olric?*
Olric <https://github.com/buraksezer/olric> is a 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. *Features:* - Designed to share some transient, approximate, fast-changing data between servers, - Embeddable but can be used as a language-independent service with olricd, - Supports different eviction algorithms, - GC friendly storage engine, - Fast binary protocol, - Highly available and horizontally scalable, - Provides best-effort consistency guarantees without being a complete CP (indeed PA/EC) solution, - Supports replication by default (with sync and async options), - Quorum-based voting for replica control (Read/Write quorums), - Supports atomic operations, - Supports distributed queries on keys, - Provides a plugin interface for service discovery daemons, - Provides a locking primitive which inspired by SETNX of Redis. See Installing section to get started: https://github.com/buraksezer/olric#installing -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/5eacb4e6-97e4-4d97-ae99-2c10781ed6f7%40googlegroups.com.