-
Notifications
You must be signed in to change notification settings - Fork 65
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
Merge back release 1.2 #2778
Merged
Merge back release 1.2 #2778
Conversation
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
--------- Signed-off-by: Shoham Elias <shohame@amazon.com> Signed-off-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Signed-off-by: Shoham Elias <shohame@amazon.com>
* Python [FT.CREATE] command added Signed-off-by: Prateek Kumar <prateek.kumar@improving.com> --------- Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
Added inflightRequestsLimit client config to java (#2408) * Add inflight request limit config to java Signed-off-by: GilboaAWS <gilboabg@amazon.com>
Signed-off-by: Shoham Elias <shohame@amazon.com>
--------- Signed-off-by: Shoham Elias <shohame@amazon.com>
* Make redis-rs part of this repo * Improved PYTHON DEVELOPERS.md file * Added Makefile for unified build method for all the languages
--------- Signed-off-by: Muhammad Awawdi <Mawawdi@amazon.com> Signed-off-by: Muhammad-awawdi-amazon <mawawdi@amazon.com> Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
* Added inflightRequestsLimit client config to Node --------- Signed-off-by: GilboaAWS <gilboabg@amazon.com>
* Run modules CI on demand. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
* Python [FT.DROPINDEX] Added command --------- Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
* Update routing for commands from server modules. Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
--------- Signed-off-by: Muhammad Awawdi <Mawawdi@amazon.com> Co-authored-by: Shoham Elias <116083498+shohamazon@users.noreply.github.com>
Keep a single Runtime: `tokio` - Removed dead code for `async-std` - Fixed `redis-rs` tests so they could be run with a simple `cargo test` command - Changed the default features to include: "tokio-comp", "tokio-rustls-comp", "connection-manager", "cluster", "cluster-async" - Fixed a flaky `glide-core` test Signed-off-by: Eran Ifrah <eifrah@amazon.com>
fix ci Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
…2471) * Python: Add commands FT.ALIASADD, FT.ALIASDEL, FT.ALIASUPDATE --------- Signed-off-by: Prateek Kumar <prateek.kumar@improving.com>
* Java: add JSON.SET and JSON.GET --------- Signed-off-by: James Xin <james.xin@improving.com>
* Node: add server modules CI support --------- Signed-off-by: TJ Zhang <tj.zhang@improving.com> Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> Signed-off-by: Chloe <chloe.yip@improving.com> Co-authored-by: TJ Zhang <tj.zhang@improving.com> Co-authored-by: Yury-Fridlyand <yury.fridlyand@improving.com> Co-authored-by: Chloe <chloe.yip@improving.com>
Signed-off-by: Andrew Carbonetto <andrew.carbonetto@improving.com> Co-authored-by: Andrew Carbonetto <andrew.carbonetto@improving.com>
* Node: add commands JSON.GET and JSON.SET Signed-off-by: TJ Zhang <tj.zhang@improving.com>
* `JSON.ARRINSERT` and `JSON.ARRLEN` Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
* fix CI Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> * fix CI Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com> --------- Signed-off-by: Yury-Fridlyand <yury.fridlyand@improving.com>
…the request (#2479) * Avoid retrying on IO errors when it’s unclear if the server received the request Signed-off-by: barshaul <barshaul@amazon.com>
Some cleaning for unnecessary code to set the floor for next PR Signed-off-by: avifenesh <aviarchi1994@gmail.com>
* Java: add JSON.ARRAPPEND command --------- Signed-off-by: Yi-Pin Chen <yi-pin.chen@improving.com>
Signed-off-by: ikolomi <ikolomin@amazon.com>
Not all checks were completed due to a know issue with the self-hosted-runner not picking jobs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue link
This Pull Request is linked to issue (URL): #2746
Checklist
Before submitting the PR make sure the following are checked:
[ ] Commits will be squashed upon merging.