Golang News http://golangnews.com Jobs, Code, Videos and News for Go hackers - everything about the go programming language Wed, 13 Mar 2019 16:07:00 +0000 Olric: Distributed and in-memory KV store which can be used as library or standalone server. #dht #key-value #database #distributed * Designed to share some transient, approximate, fast-changing data between servers, * Time-To-Live(TTL) eviction policy, * Highly available, * Horizontally scalable, * Provides best-effort consistency guarantees without being a complete CP solution, * Distributes load fairly among cluster members with a consistent hash function, * Supports replication by default(with sync and async options), 3 points posted by mastabadtomm https://github.com/buraksezer/olric 3836 Tue, 12 Mar 2019 15:54:00 +0000