-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cherry pick for v5.0.2 #3159
Cherry pick for v5.0.2 #3159
Commits on Feb 22, 2024
-
Bump actions/checkout from 3 to 4 (#2969)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for db03189 - Browse repository at this point
Copy the full SHA db03189View commit details
Commits on Feb 25, 2024
-
Bump rojopolis/spellcheck-github-actions from 0.33.1 to 0.34.0 (#2970)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for e7cc3bb - Browse repository at this point
Copy the full SHA e7cc3bbView commit details -
Co-authored-by: d184230 <dubkov.a@skbkontur.ru>
Configuration menu - View commit details
-
Copy full SHA for 0172ded - Browse repository at this point
Copy the full SHA 0172dedView commit details -
Don't perform blocking connect inside the BlockingConnectionQueue Con…
…dition variable. (#2997)
Configuration menu - View commit details
-
Copy full SHA for 565171c - Browse repository at this point
Copy the full SHA 565171cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 697da37 - Browse repository at this point
Copy the full SHA 697da37View commit details -
Close various objects created during asyncio tests (#3005)
* Close various objects created during asyncio tests * Fix resource leake in test_cwe_404.py Need to wait for individual handler tasks when shutting down server.
Configuration menu - View commit details
-
Copy full SHA for 9970fb4 - Browse repository at this point
Copy the full SHA 9970fb4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 194d710 - Browse repository at this point
Copy the full SHA 194d710View commit details -
Add GEOSHAPE field type for index creation of RediSearch (#2957)
* first pass of geoshape index type * first attempt at test, but demonstrates the initial commit is broken * fix new field + fix tests * work on linter * more linter * try to mark test with correct fixture * fix linter
Configuration menu - View commit details
-
Copy full SHA for b5e8e55 - Browse repository at this point
Copy the full SHA b5e8e55View commit details -
Better deal with "lost" connections for async Redis (#2999)
* Allow tracking/reporting and closing of "lost" connections. ConnectionPool keeps a WeakSet of in_use connections, allowing lost ones to be collected. Collection produces a warning and closes the underlying transport. * Add tests for the __del__ handlers of async Redis and Connection objects * capture expected warnings in the test * lint
Configuration menu - View commit details
-
Copy full SHA for 30c1686 - Browse repository at this point
Copy the full SHA 30c1686View commit details -
Update client.py sleep_time typing for run_in_thread function (#2977)
Changed from `sleep_time: int = 0` to `sleep_time: float = 0.0` To avoid Pylance complaining: `Argument of type "float" cannot be assigned to parameter "sleep_time" of type "int" in function "run_in_thread" "float" is incompatible with "int"`
Configuration menu - View commit details
-
Copy full SHA for 63239fa - Browse repository at this point
Copy the full SHA 63239faView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2127e4 - Browse repository at this point
Copy the full SHA e2127e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45e858a - Browse repository at this point
Copy the full SHA 45e858aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63b562f - Browse repository at this point
Copy the full SHA 63b562fView commit details -
Bump rojopolis/spellcheck-github-actions from 0.34.0 to 0.35.0 (#3060)
Bumps [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions) from 0.34.0 to 0.35.0. - [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases) - [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md) - [Commits](rojopolis/spellcheck-github-actions@0.34.0...0.35.0) --- updated-dependencies: - dependency-name: rojopolis/spellcheck-github-actions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a9306e3 - Browse repository at this point
Copy the full SHA a9306e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9402c30 - Browse repository at this point
Copy the full SHA 9402c30View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab82697 - Browse repository at this point
Copy the full SHA ab82697View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2fa734 - Browse repository at this point
Copy the full SHA f2fa734View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1a881e - Browse repository at this point
Copy the full SHA c1a881eView commit details -
Fix parsing of
FT.PROFILE
result (#3063)* Fix parsing of ft.profile result * test
Configuration menu - View commit details
-
Copy full SHA for 7c13191 - Browse repository at this point
Copy the full SHA 7c13191View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f4f5e3 - Browse repository at this point
Copy the full SHA 3f4f5e3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f29a7d7 - Browse repository at this point
Copy the full SHA f29a7d7View commit details -
Allow the parsing of the asking command to forward original options (#…
…3012) Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 7573448 - Browse repository at this point
Copy the full SHA 7573448View commit details -
Fix Specifying Target Nodes broken hyperlink (#3072)
The typo cause hyperlinks to fail.
Configuration menu - View commit details
-
Copy full SHA for b7dbb7e - Browse repository at this point
Copy the full SHA b7dbb7eView commit details -
Fix return types in json commands (#3071)
* Fix return types in JSONCommands class * Update CHANGES
Configuration menu - View commit details
-
Copy full SHA for ce6d7b4 - Browse repository at this point
Copy the full SHA ce6d7b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6116c38 - Browse repository at this point
Copy the full SHA 6116c38View commit details -
Bump github/codeql-action from 2 to 3 (#3096)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@v2...v3) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d9d3054 - Browse repository at this point
Copy the full SHA d9d3054View commit details -
Bump actions/upload-artifact from 3 to 4 (#3097)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4f8c7d2 - Browse repository at this point
Copy the full SHA 4f8c7d2View commit details -
Bump actions/setup-python from 4 to 5 (#3095)
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v4...v5) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 8f45068 - Browse repository at this point
Copy the full SHA 8f45068View commit details -
Configuration menu - View commit details
-
Copy full SHA for 813187e - Browse repository at this point
Copy the full SHA 813187eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c94a95 - Browse repository at this point
Copy the full SHA 5c94a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b1965a - Browse repository at this point
Copy the full SHA 7b1965aView commit details -
Fix typing for
HashCommand.hdel
(#3029)Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d63ba59 - Browse repository at this point
Copy the full SHA d63ba59View commit details -
Adding lock_name to LockError (#3023)
* Adding lock_name to LockError * Adding lock_name to LockError --------- Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 33450d9 - Browse repository at this point
Copy the full SHA 33450d9View commit details -
* Fix objlen type hint * Update redis/commands/json/commands.py Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com> * linters --------- Co-authored-by: dvora-h <67596500+dvora-h@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a32b513 - Browse repository at this point
Copy the full SHA a32b513View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0b820d - Browse repository at this point
Copy the full SHA a0b820dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 316667e - Browse repository at this point
Copy the full SHA 316667eView commit details -
Fix possible pipeline connections leak (#3104)
* Update cluster.py When Executing "n.write()" may generate some unknown errors(e.g. DataError), which could result in the connection not being released. * Update cluster.py * Update cluster.py release connection move to "try...finally" * Update cluster.py fix the linters * fix problems of code review
Configuration menu - View commit details
-
Copy full SHA for 4528726 - Browse repository at this point
Copy the full SHA 4528726View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8e5020e - Browse repository at this point
Copy the full SHA 8e5020eView commit details -
Fix grammer in BlockingConnectionPool class documentation (#3120)
Co-authored-by: ahmedabdou14 <root@xps>
Configuration menu - View commit details
-
Copy full SHA for 3f23fff - Browse repository at this point
Copy the full SHA 3f23fffView commit details -
release already acquired connections on ClusterPipeline, when get_con…
…nection raises an exception (#3133) Signed-off-by: zach.lee <zach.lee@sendbird.com>
Configuration menu - View commit details
-
Copy full SHA for 101a28d - Browse repository at this point
Copy the full SHA 101a28dView commit details -
Bump actions/stale from 3 to 9 (#3132)
Bumps [actions/stale](https://github.com/actions/stale) from 3 to 9. - [Release notes](https://github.com/actions/stale/releases) - [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md) - [Commits](actions/stale@v3...v9) --- updated-dependencies: - dependency-name: actions/stale dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c6dfc91 - Browse repository at this point
Copy the full SHA c6dfc91View commit details -
Bump codecov/codecov-action from 3 to 4 (#3131)
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](codecov/codecov-action@v3...v4) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a54617c - Browse repository at this point
Copy the full SHA a54617cView commit details -
Allow to control the minimum SSL version (#3127)
* Allow to control the minimum SSL version It's useful for applications that has strict security requirements. * Add tests for minimum SSL version The commit updates test_tcp_ssl_connect for both sync and async connections. Now it sets the minimum SSL version. The test is ran with both TLSv1.2 and TLSv1.3 (if supported). A new test case is test_tcp_ssl_version_mismatch. The test added for both sync and async connections. It uses TLS 1.3 on the client side, and TLS 1.2 on the server side. It expects a connection error. The test is skipped if TLS 1.3 is not supported. * Add example of using a minimum TLS version
Configuration menu - View commit details
-
Copy full SHA for e868a11 - Browse repository at this point
Copy the full SHA e868a11View commit details -
docs: Add timeout parameter for get_message example (#3129)
The `get_message()` method in asyncio PubSub has a `timeout` argument that defaults to 0.0, causing it to immediately return. This can cause high CPU usage with the given code example and should not be recommended. By setting `timeout=None`, it works with much more efficient resource usage.
Configuration menu - View commit details
-
Copy full SHA for 87a4d8a - Browse repository at this point
Copy the full SHA 87a4d8aView commit details -
Configuration menu - View commit details
-
Copy full SHA for b3f4710 - Browse repository at this point
Copy the full SHA b3f4710View commit details -
Exception ignored in: <function Redis.__del__ at ...> Traceback .... TypeError: 'NoneType' object cannot be interpreted as an integer. This happens when closing the connection within a spawned Process (multiprocess).
Configuration menu - View commit details
-
Copy full SHA for 7fa3bd4 - Browse repository at this point
Copy the full SHA 7fa3bd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5dff4ef - Browse repository at this point
Copy the full SHA 5dff4efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b18dc0 - Browse repository at this point
Copy the full SHA 3b18dc0View commit details