coredis 5.0.1__tar.gz → 5.1.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of coredis might be problematic. Click here for more details.
- {coredis-5.0.1 → coredis-5.1.0}/HISTORY.rst +10 -0
- {coredis-5.0.1/coredis.egg-info → coredis-5.1.0}/PKG-INFO +1 -1
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_version.py +3 -3
- {coredis-5.0.1 → coredis-5.1.0}/coredis/pool/basic.py +14 -11
- {coredis-5.0.1 → coredis-5.1.0/coredis.egg-info}/PKG-INFO +1 -1
- {coredis-5.0.1 → coredis-5.1.0}/pyproject.toml +1 -1
- {coredis-5.0.1 → coredis-5.1.0}/requirements/dev.txt +1 -1
- {coredis-5.0.1 → coredis-5.1.0}/requirements/docs.txt +3 -3
- {coredis-5.0.1 → coredis-5.1.0}/LICENSE +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/MANIFEST.in +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/README.md +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_json.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_packer.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_protocols.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_py_311_typing.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_py_312_typing.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_sidecar.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/_utils.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/cache.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/client/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/client/basic.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/client/cluster.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/_key_spec.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/_utils.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/_validators.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/_wrappers.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/bitfield.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/constants.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/core.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/function.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/monitor.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/pubsub.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/request.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/script.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/commands/sentinel.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/config.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/connection.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/constants.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/credentials.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/exceptions.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/experimental/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/globals.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/autocomplete.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/base.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/filters.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/graph.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/json.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/_callbacks/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/_callbacks/autocomplete.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/_callbacks/graph.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/_callbacks/json.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/_callbacks/search.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/_callbacks/timeseries.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/response/types.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/search.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/modules/timeseries.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/parser.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/pipeline.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/pool/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/pool/cluster.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/pool/nodemanager.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/py.typed +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/credentials/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/credentials/iam_provider.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/locks/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/locks/extend.lua +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/locks/lua_lock.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/recipes/locks/release.lua +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/__init__.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/acl.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/cluster.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/command.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/connection.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/geo.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/hash.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/keys.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/module.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/script.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/sentinel.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/server.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/sets.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/sorted_set.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/streams.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/strings.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_callbacks/vector_sets.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/_utils.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/response/types.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/retry.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/sentinel.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/speedups.c +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/speedups.pyi +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/stream.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/tokens.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis/typing.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis.egg-info/SOURCES.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis.egg-info/dependency_links.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis.egg-info/requires.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/coredis.egg-info/top_level.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/requirements/ci.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/requirements/dev_extra.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/requirements/main.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/requirements/publishing.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/requirements/recipes.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/requirements/test.txt +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/setup.cfg +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/setup.py +0 -0
- {coredis-5.0.1 → coredis-5.1.0}/versioneer.py +0 -0
|
@@ -3,6 +3,15 @@
|
|
|
3
3
|
Changelog
|
|
4
4
|
=========
|
|
5
5
|
|
|
6
|
+
v5.1.0
|
|
7
|
+
------
|
|
8
|
+
Release Date: 2025-09-10
|
|
9
|
+
|
|
10
|
+
* Bug Fix
|
|
11
|
+
|
|
12
|
+
* Ensure ``ssl_context`` passed in kwargs of ``from_url`` factory
|
|
13
|
+
method is respected.
|
|
14
|
+
|
|
6
15
|
v5.0.1
|
|
7
16
|
------
|
|
8
17
|
Release Date: 2025-07-18
|
|
@@ -2000,3 +2009,4 @@ v1.0.1
|
|
|
2000
2009
|
* fix bug of `PubSub.run_in_thread`
|
|
2001
2010
|
* add more examples
|
|
2002
2011
|
* change `Script.register` to `Script.execute`
|
|
2012
|
+
|
|
@@ -8,11 +8,11 @@ import json
|
|
|
8
8
|
|
|
9
9
|
version_json = '''
|
|
10
10
|
{
|
|
11
|
-
"date": "2025-
|
|
11
|
+
"date": "2025-09-10T09:08:52-0700",
|
|
12
12
|
"dirty": false,
|
|
13
13
|
"error": null,
|
|
14
|
-
"full-revisionid": "
|
|
15
|
-
"version": "5.0
|
|
14
|
+
"full-revisionid": "e958acd66930fab10e9517ba712e0b914f284a0b",
|
|
15
|
+
"version": "5.1.0"
|
|
16
16
|
}
|
|
17
17
|
''' # END VERSION_JSON
|
|
18
18
|
|
|
@@ -155,17 +155,20 @@ class ConnectionPool:
|
|
|
155
155
|
pass
|
|
156
156
|
|
|
157
157
|
if parsed_url.scheme == "rediss":
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
158
|
+
if "ssl_context" not in kwargs:
|
|
159
|
+
keyfile = cast(str | None, url_options.pop("ssl_keyfile", None))
|
|
160
|
+
certfile = cast(str | None, url_options.pop("ssl_certfile", None))
|
|
161
|
+
check_hostname = query_param_to_bool(
|
|
162
|
+
url_options.pop("ssl_check_hostname", None)
|
|
163
|
+
)
|
|
164
|
+
cert_reqs = cast(
|
|
165
|
+
str | VerifyMode | None,
|
|
166
|
+
url_options.pop("ssl_cert_reqs", None),
|
|
167
|
+
)
|
|
168
|
+
ca_certs = cast(str | None, url_options.pop("ssl_ca_certs", None))
|
|
169
|
+
url_options["ssl_context"] = RedisSSLContext(
|
|
170
|
+
keyfile, certfile, cert_reqs, ca_certs, check_hostname
|
|
171
|
+
).get()
|
|
169
172
|
|
|
170
173
|
# last shot at the db value
|
|
171
174
|
_db = url_options.get("db", db or 0)
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
-r main.txt
|
|
2
2
|
-r dev.txt
|
|
3
3
|
requests>2,<3
|
|
4
|
-
furo==
|
|
4
|
+
furo==2025.7.19
|
|
5
5
|
Sphinx>=4,<9
|
|
6
6
|
sphinx-copybutton==0.5.2
|
|
7
7
|
sphinx-autobuild==2024.10.3
|
|
8
8
|
sphinx-issues==5.0.1
|
|
9
|
-
sphinxext-opengraph==0.
|
|
10
|
-
sphinx-sitemap==2.
|
|
9
|
+
sphinxext-opengraph==0.13.0
|
|
10
|
+
sphinx-sitemap==2.8.0
|
|
11
11
|
sphinx-paramlinks==0.6.0
|
|
12
12
|
sphinxcontrib-programoutput==0.18
|
|
13
13
|
# For credentials recipe
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|