garnet icon indicating copy to clipboard operation
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...

Results 216 garnet issues
Sort by recently updated
recently updated
newest added

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...

good first issue
help wanted
API

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...

good first issue
help wanted
API

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...

cluster

**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...

enhancement
cluster

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...

question
answered

Would like to know if there're plans to release the Docker image in DockerHub?

question
answered

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...

bug

Hi, I can't find information about available eviction policies used when maxmemory is reached. Is LRU supported?

question
answered

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...

API