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
9.71k stars 459 forks source link

Support MODULE LOADCS command #463

Closed yrajas closed 1 week ago

yrajas commented 2 weeks ago

Adds support for MODULE LOADCS command.

This initial version supports .net modules. Adds ability to register a module with its name and version number. As part of initialization, a module can register commands and transactions that it implements.