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

I've just build garnet on my windows machine from the v1.0.0 tag. The Command "command" only returns 3 commands, is that working as intended or did i do something wrong?

Are there any plans to release precompiled and signed binaries to simplify the process of hosting a standalone Garnet based cache?

question
answered

This fix addresses a bug where expiration is not being added to serialization, potentially causing some objects to become live again after recovery from a checkpoint. If you are using...

If the website code changes, then build it as a test to make sure website changes didn't break things. Very simple addition as it is basically same as Tsavorite

Good evening, would you like to ask if Garnet has any plans for support vector storage in the future? Like Redis, it feels amazing!

question

I followed the guide from "getting started" (https://microsoft.github.io/garnet/docs/getting-started). When I run "dotnet build -c Release", I got "Build FAILED." prompt as following messages. OS: AlmaLinux release 9.3 Kernel: Linux devhost1...

answered

Hi, The `PX` command does not seem to be supported. Garnet reports `ERR unknown command` when I am using `SET k1 v1 PX 10000`.

good first issue
answered

* When we PostCopyUpdate an object, we replace the old image in the log with its serialized representation so that we have a consistent old version of the object. *...

Can multiple DB support and "SELECT" command support be added. If you want to replace Redis, it is difficult to achieve without multi DB support. If supported, replacing Redis would...

enhancement

Redis supports streams. Is this feature also in roadmap?

question