Back to Garnet

Frequently Asked Questions (FAQ)

website/docs/welcome/faq.md

2.1.01.4 KB
Original Source

How can I contribute to this documentation website?

This website is built using Docusaurus 2, a modern static website generator. The sources are on GitHub, linked here. The markdown files for the documentation are in the docs folder. You can contribute by making a normal GitHub pull request.

Do Garnet checkpoints and other storage artifacts work across release versions?

As of 2.1.0, the storage format of Garnet has stabilized and we plan to ensure backwards compatibility for any future format changes. Specifically, a newer 2.x version of Garnet will interoperate with checkpoint and AOF logs generated by any earlier 2.x version, as far back as 2.1.0. Note that an older version of Garnet is not able to read checkpoint or AOF logs generated by a newer version. This compatibility excludes features marked as preview.

Is Garnet associated with Redis?

No. Like KeyDB and Dragonfly, we were inspired by the popularity and elegance of the RESP API and decided to adopt this common standard. Redis is a registered trademark of Redis Ltd. Any rights therein are reserved to Redis Ltd. Any use by Microsoft is for referential purposes only and does not indicate any sponsorship, endorsement or affiliation between Redis and Microsoft.