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.4k stars 526 forks source link

Bugfix in RespReadUtils #803

Closed TalZaccai closed 1 week ago

TalZaccai commented 1 week ago

RespReadUtils.ReadSignedLengthHeader was throwing an overflow exception when parsing an int.MinValue, this caused BDN.benchmark to throw when running RespToInteger.