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

This PR adds a [BenchmarkDotNet](https://benchmarkdotnet.org/) project to the benchmarks directory for future microbenchmarks. I included some initial RESP-protocol low-level integer reading and writing benchmarks as an example, which will likely...

The implementation of Garnet Client currently seems to be limited. I have confirmed that with `ExecuteForMemoryResult` and `ExecuteForMemoryResultArray`, most commands can be executed. However, MULTI/EXEC transactions require sending multiple commands...

enhancement
help wanted

Hello, I hope you are well Thank you for helping to open source and build this project for the .NET community Out of curiosity, I browsed through the code in...

I am wondering if there is any plan to support Redis Sentinel mode? Or are there any guidance on how to make Redis Sentinel client work with Garnet seamlessly? Thanks

question

Hi all, are you planning on creating an `IDistributedCache` implementation anytime soon? Since Garnet has been announced as being protocol-compatible with Redis I thought it would've worked right away by...

enhancement

We discussed this a bit earlier in [the Garnet discord](https://aka.ms/garnet-discord) but I'm opening issue for tracking it here. In .NET 6, [the File IO in the BCL was essentially entirely...

help wanted

This PR makes progress towards supporting NativeAOT publish of `GarnetServer`. For now, NativeAOT support for the nuget itself is out of scope as I suspect the users first and foremost...

Here's your opportunity to implement a RESP command in Garnet! **Syntax:** `ZMSCORE key member [member ...]` **Command description:** Returns the scores associated with the specified `members` in the sorted set...

good first issue
help wanted