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 features. Garnet uses the Redis RESP wire protocol and can work with existing Redis clients.
$ dotnet add package garnet-servergarnet-server is a .NET global tool that provides the Microsoft.Garnet RESP server.
The garnet-server by itself will create a Garnet server using the default port; for full options, see garnet-server --help.