garnet
garnet copied to clipboard
Garnet is a remote cache-store from Microsoft Research that offers strong performance (throughput and latency), scalability, storage, recovery, cluster sharding, key migration, and replication feature...
Here's your opportunity to implement a couple of RESP commands in Garnet! ## SDIFF **Syntax:** `SDIFF key [key ...]` **Command description:** Returns the members of the set resulting from the...
Here's your opportunity to implement a couple of RESP commands in Garnet! ## SINTER **Syntax:** `SINTER key [key ...]` **Command description:** Returns the members of the set resulting from the...
Currently when a CLUSTER FAILOVER is executed in a cluster with multiple replicas (e.g. https://microsoft.github.io/garnet/docs/cluster/replication) only the former primary node is added as a replica to the node we fail-over...
**NOTE: Currently we do not support leader election on failover because we assume replicas cannot initiate failover on their own** Issuing CLUSTER FAILOVER without any arguments should make the old...
Thanks for open-sourcing this project, this is awesome news, tempted to give it a shot. Is there any plan to open-source a Kubernetes operator / utils to ease the deployment...
Would like to know if there're plans to release the Docker image in DockerHub?
Hi! I wrote some dirty benchmark code and observed that with an increased number of concurrent in-flight queries using the `StringGet` method with the callback, the chances for it to...
Hi, I can't find information about available eviction policies used when maxmemory is reached. Is LRU supported?
Added debug info so that we can gather more data in case the CI hangs for any reason.
This is a fix for a bug when running the TYPE command on a nonexistent, or recently expired object. I was having an issue running RedisInsight and Another Redis Desktop...