-
Notifications
You must be signed in to change notification settings - Fork 12
feat(php): implement BGSAVE, BGSAVE SCHEDULE, and BGSAVE CANCEL commands #237
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
Open
prateek-kumar-improving
wants to merge
31
commits into
main
Choose a base branch
from
php/implement-bgsave-command
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+584
−0
Open
Changes from all commits
Commits
Show all changes
31 commits
Select commit
Hold shift + click to select a range
71355e4
feat(php): implement BGSAVE, BGSAVE SCHEDULE, and BGSAVE CANCEL commands
prateek-kumar-improving 47d82d6
PHP: Fix lint and update changelog
prateek-kumar-improving 0c53959
Merge branch 'main' into php/implement-bgsave-command
prateek-kumar-improving 2c6c9b5
PHP: fix tests
prateek-kumar-improving 7c8bc2d
PHP: Fix tests
prateek-kumar-improving df873ed
PHP: Fix tests
prateek-kumar-improving d73aee2
PHP: Fix cluster tests
prateek-kumar-improving 605f77f
PHP: Fix CI errors
prateek-kumar-improving 8b49e3f
PHP: Update command response types
prateek-kumar-improving 215e710
PHP: Fix CI error
prateek-kumar-improving 457659d
Add generic waitFor helper and simplify test retry logic
prateek-kumar-improving 87383a1
Remove is_array checks
prateek-kumar-improving 5c8bee2
PHP: Add isSaveInProgress helper
prateek-kumar-improving 7339acd
Remove waitForSaveNotInProgress from the end of tests
prateek-kumar-improving 6124361
Add OPT_REPLY_LITERAL tests
prateek-kumar-improving a4a3484
PHP: Add OPT_REPLY_LITERAL cancel tests
prateek-kumar-improving fd083ba
PHP: Remove waitForSaveNotInProgress override from cluster test
prateek-kumar-improving 9f9d976
PHP: Refactor process_core_string_result to handle Map responses recu…
prateek-kumar-improving 258411d
PHP: add batch tests
prateek-kumar-improving 4302cf1
Fix batch tests
prateek-kumar-improving 7732a98
Update test for randomNode testing
prateek-kumar-improving 646893a
Add multi-node array return types
prateek-kumar-improving 5d20fcb
Fix tests
prateek-kumar-improving eb16ac8
PHP: Fix bgSave common code
prateek-kumar-improving bdec78d
PHP: fix tests
prateek-kumar-improving a657785
PHP: Fix tests
prateek-kumar-improving 7a122c9
PHP: Fix cluster documentation
prateek-kumar-improving d2d1991
PHP: Add documentation comment for bgSave Cancel case
prateek-kumar-improving 83da041
Fix process_core_cluster_result method
prateek-kumar-improving d370bcd
PHP: create generic process_core_cluster_result helper
prateek-kumar-improving 84db088
PHP: Fix lint errors
prateek-kumar-improving File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.