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.35k stars 522 forks source link

\hosting is missed in Code Structure #773

Closed xiaofeng-zheng closed 1 day ago

xiaofeng-zheng commented 1 week ago

Feature request type

enhancement

Is your feature request related to a problem? Please describe

website/docs/dev/code-structure.md is out of date. I guess #614 imported this folder. Could the author @pradeepyadavmsft or someone else add some description in the documentation?

Describe the solution you'd like

Explain this folder.

Describe alternatives you've considered

No response

Additional context

No response

xiaofeng-zheng commented 1 week ago

It seems this folder implements a Windows service wrapper. But it doesn't register extensions like here. It would be helpful if someone could explain it as well

badrishc commented 1 week ago

Registration of extensions is just for sample purposes to show how that works. It is not necessary in both places.