microsoft / garnet

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 can work with existing Redis clients.
https://microsoft.github.io/garnet/
MIT License
10.18k stars 508 forks source link

Basic implementation of HELLO #398

Closed badrishc closed 4 months ago

badrishc commented 4 months ago

Towards https://github.com/microsoft/garnet/pull/387 Fixes https://github.com/microsoft/garnet/issues/346 Fixes https://github.com/microsoft/garnet/issues/179

badrishc commented 4 months ago

Made this PR have HELLO work only with RESP2, the other open PR will add RESP3 for async.

badrishc commented 4 months ago

fixed warnings