-
Notifications
You must be signed in to change notification settings - Fork 3.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Documentation Rewrite #982
Conversation
d5c9a70
to
e7b62f2
Compare
5641bdb
to
1a879bf
Compare
85aff06
to
7e6d101
Compare
9f6972a
to
65c0518
Compare
This is ready for review. I'm looking for any and all feedback about content, formatting, etc.! |
26a21fe
to
9c432f3
Compare
So at this point I think this is ready for a final look-over and a merge. I'm sure there's always going to be some areas to improve the documentation, but I don't want this sitting around forever and I think this is good progress for the docs. Please open new issues for new improvements once this is finally merged 🙂 /cc @cyriltovena |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Congrats on merging, this was a huge effort on your part and updated docs look great! |
Thanks @rfratto for patiently addressing my feedback. You did a great job! 👏 👏 👏 |
* Make Cache a generic interface which FiFo also implements Signed-off-by: Goutham Veeramachaneni <[email protected]> * Make index cache use the generic interface Signed-off-by: Goutham Veeramachaneni <[email protected]> * Add memcache as a cache option to the Index Signed-off-by: Goutham Veeramachaneni <[email protected]> * Handle unicode with hack. Memcache cannot deal with it. Signed-off-by: Goutham Veeramachaneni <[email protected]> * Do client side expiry validation as write back might skew times Signed-off-by: Goutham Veeramachaneni <[email protected]> * Add metrics Signed-off-by: Goutham Veeramachaneni <[email protected]> * protobuf and review feedback Signed-off-by: Goutham Veeramachaneni <[email protected]>
This PR rewrites and restructures all of the documentation with the following goals:
Closes #94