-
Notifications
You must be signed in to change notification settings - Fork 16
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
Update from upstream #32
Commits on Jul 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 2120136 - Browse repository at this point
Copy the full SHA 2120136View commit details
Commits on Jul 17, 2023
-
Enable keep alive on tcp connections via feature (redis-rs#886)
This enables keep alive on tcp sockets via keep-alive feature.
Configuration menu - View commit details
-
Copy full SHA for 29b4702 - Browse repository at this point
Copy the full SHA 29b4702View commit details
Commits on Jul 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4104b75 - Browse repository at this point
Copy the full SHA 4104b75View commit details
Commits on Jul 23, 2023
-
Update routing data for commands.
The choices were based on the request_policy tip from the COMMAND output.
Configuration menu - View commit details
-
Copy full SHA for a65ab6c - Browse repository at this point
Copy the full SHA a65ab6cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9083a74 - Browse repository at this point
Copy the full SHA 9083a74View commit details -
Pin
tempfile
dependency (redis-rs#902)Trying to avoid bumping MSRV to 1.63 just for a dev dependency.
Configuration menu - View commit details
-
Copy full SHA for 2827815 - Browse repository at this point
Copy the full SHA 2827815View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80a4a38 - Browse repository at this point
Copy the full SHA 80a4a38View commit details
Commits on Jul 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for dfacf67 - Browse repository at this point
Copy the full SHA dfacf67View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6b4c74 - Browse repository at this point
Copy the full SHA a6b4c74View commit details
Commits on Jul 28, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cbe47c6 - Browse repository at this point
Copy the full SHA cbe47c6View commit details
Commits on Aug 1, 2023
-
Remove tuple casting on command result.
This caused panics when the node was in the wrong state.
Configuration menu - View commit details
-
Copy full SHA for e4dfc86 - Browse repository at this point
Copy the full SHA e4dfc86View commit details -
This will give us more data on test failure.
Configuration menu - View commit details
-
Copy full SHA for ed44bad - Browse repository at this point
Copy the full SHA ed44badView commit details
Commits on Aug 9, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e7a733a - Browse repository at this point
Copy the full SHA e7a733aView commit details -
Fix AsyncConnection usage in sentinel if aio feature is not used. (re…
…dis-rs#923) Fixes redis-rs#922.
Configuration menu - View commit details
-
Copy full SHA for e5727a1 - Browse repository at this point
Copy the full SHA e5727a1View commit details
Commits on Aug 10, 2023
-
add timeouts to tests github action. (redis-rs#911)
This adds ~10 minutes to previous test run time, in order to leave a comfortable margin, while still significantly reducing the run time of the task in case it gets stuck. Without defining this, the task runs for 6 hours.
Configuration menu - View commit details
-
Copy full SHA for bd3cef5 - Browse repository at this point
Copy the full SHA bd3cef5View commit details
Commits on Aug 11, 2023
-
Release redis 0.23.2 / redis-test 0.2.2 (redis-rs#924)
* Release redis 0.23.2 / redis-test 0.2.2 * Update rust version for CI, due to tokio update. * Update rust-version in cargo.toml. * Fix lints.
Configuration menu - View commit details
-
Copy full SHA for fe2a7df - Browse repository at this point
Copy the full SHA fe2a7dfView commit details
Commits on Aug 13, 2023
-
Remove redundancy from example (redis-rs#918)
The extern crate statement used to be an important part of rust, several years ago. These days it's a point of confusion for newcomers without adding any value, and should be omitted.
Configuration menu - View commit details
-
Copy full SHA for 7756b82 - Browse repository at this point
Copy the full SHA 7756b82View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1efef1 - Browse repository at this point
Copy the full SHA c1efef1View commit details
Commits on Aug 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 88c940b - Browse repository at this point
Copy the full SHA 88c940bView commit details
Commits on Aug 16, 2023
-
Fix JSON serialization error test.
The test was broken by version 1.0.105 of serde_json, due to serde-rs/json#1055 .
Configuration menu - View commit details
-
Copy full SHA for f3e7dba - Browse repository at this point
Copy the full SHA f3e7dbaView commit details -
async cluster: Group responses by response_policy. (redis-rs#888)
* Add NOTBUSY error code. * async cluster: Group responses by response_policy. This change implements the response_policy tip in the async cluster. https://redis.io/docs/reference/command-tips/#response_policy This means that the results from fan-out commands will be aggregated differently, based on the sent command.
Configuration menu - View commit details
-
Copy full SHA for 7643f37 - Browse repository at this point
Copy the full SHA 7643f37View commit details
Commits on Aug 28, 2023
-
Determine the type of a key (redis-rs#933)
* Determine the type of a key * modify the name of the function for determining the type of a key * add unit test for cmd type * unit test for key_type function * edit unit test test key_type after cargo fmt --all -- --check --------- Co-authored-by: MARONE <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 163f5c2 - Browse repository at this point
Copy the full SHA 163f5c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 220c6a9 - Browse repository at this point
Copy the full SHA 220c6a9View commit details -
Sentinel tests: Ensure no ports are used twice. (redis-rs#915)
This fixes a bug where 2 servers use the same port, because `get_random_available_port` is called before the first server manages to use its port. This should reduce test flakyness.
Configuration menu - View commit details
-
Copy full SHA for 404640b - Browse repository at this point
Copy the full SHA 404640bView commit details
Commits on Aug 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for b32de05 - Browse repository at this point
Copy the full SHA b32de05View commit details