-
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
Merged
raulchen
merged 46 commits into
ray-project:master
from
antgroup:redis_impl_kv_store_step_one
Apr 1, 2020
Merged
Changes from 1 commit
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
64d5b6f
add StoreClient to GCS
micafan 3ad0401
add StoreClient to GCS
micafan 1c132cd
fix lint
micafan 0d23783
update ScanCallback
micafan a15d4d1
fix lint
micafan 9bb6ee7
add RedisClient
micafan 7057470
finish AsyncPut
micafan 0a17db0
update delete method
micafan 847becb
add RedisRangeOpExecutor for complex operations
micafan 5b29e1b
use primary shard only
micafan ed9ba63
CallbackReply support parse scan array
micafan afea61c
update IOServicePool
micafan 1cb8a31
add build target redis_client
micafan e5b50fc
add build target redis_store_client
micafan c4b7f1a
fix lint
micafan 279bd65
opt code: rename var, add if logic
micafan 66ee193
add UT for RedisStoreClient
micafan 4fc719a
fix bug(pass test: Get, Put, GetAll)
micafan a753510
fix UT
micafan 3c69a85
update comments
micafan 654c3e9
remove ut dependency to redis module;
micafan 4104fa5
fix bugs of deconstruct
micafan ebde8c1
keep RedisStoreClient simple: only support Get/Put/Delete
micafan 21afff7
Merge branch 'master' into redis_impl_kv_store_step_one
micafan 66ad7f8
change StoreClient to template class
micafan d137bdb
update comments
micafan c27ff2d
fix comments
micafan 9295492
fix comments
micafan 83c1cd6
add license
micafan d05de8d
rm interface AsyncGetByIndex from StoreClient
micafan d4f2f23
rm useless config
micafan 64bd29a
fix comments
micafan 21f74f3
Merge branch 'master' into redis_impl_kv_store_step_one
micafan 5b76a92
make RedisStoreClient as template class
micafan 07b67be
use unique_ptr in IOServicePool
micafan 9dda67e
update interface of StoreClient: pb instead of template
micafan 7ea2254
fix lint
micafan a1a1811
change StoreClient to template class
micafan d9bc4b6
fix lint
micafan 627f37c
update comments
micafan 94df0f4
rm useless head file
micafan 164c79a
refine comment
raulchen 6e80858
add define of ActorStoreTable and RedisActorStoreTable
micafan 86cef1d
Merge branch 'redis_impl_kv_store_step_one_a' into redis_impl_kv_stor…
micafan 4e93e10
rename SecondaryKey to IndexKey
micafan f7c0ab3
fix bazel format
micafan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
Merge branch 'master' into redis_impl_kv_store_step_one
- Loading branch information
commit 21afff72ad69ab179d8cd6e2c6694887d0933f57
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
You are viewing a condensed version of this merge commit. You can view the full changes here.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
I think lint will check the order of the deps.
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.
done