-
Notifications
You must be signed in to change notification settings - Fork 6.1k
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
[GCS] impl RedisStoreClient for GCS Service #7675
[GCS] impl RedisStoreClient for GCS Service #7675
Conversation
rename function (DeduplicateKeys) and so on
Can one of the admins verify this patch? |
Test PASSed. |
Test FAILed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test PASSed. |
Test FAILed. |
Test FAILed. |
Hi folks! Unfortunate news—it seems this PR broke something on Windows (which we don't have tests running for yet), and it's not clear to me what's going on. Would someone be able to help me figure out what's going on? I'm not really familiar with
|
This PR is for GCS Fault Tolerance:
GCS Service use Persistent Storage to store key information. This PR implement the RedisStoreClient which use Redis as Persistent Storage.
Some complex functions are not implemented and will be completed in subsequent PRs.
Related issue number
Checks
scripts/format.sh
to lint the changes in this PR.