philippgille/gokv

Add gokv.Store implementation for Hazelcast

philippgille opened this issue · 0 comments

Hazelcast is advertised as IMDG (in-memory data grid), but at its core is an in-memory cache. We should add support for it to have another distributed cache option next to Memcached.

The supported data types are not key-value directly, but instead a single distributed map can be used for storing key-value pairs.