@@ -3,14 +3,14 @@ redis-py
3
3
4
4
The Python interface to the Redis key-value store.
5
5
6
- .. image :: https://github.com/andymccurdy /redis-py/workflows/CI/badge.svg?branch=master
7
- :target: https://github.com/andymccurdy /redis-py/actions?query=workflow%3ACI+branch%3Amaster
6
+ .. image :: https://github.com/redis /redis-py/workflows/CI/badge.svg?branch=master
7
+ :target: https://github.com/redis /redis-py/actions?query=workflow%3ACI+branch%3Amaster
8
8
.. image :: https://readthedocs.org/projects/redis-py/badge/?version=stable&style=flat
9
9
:target: https://redis-py.readthedocs.io/en/stable/
10
10
.. image :: https://badge.fury.io/py/redis.svg
11
11
:target: https://pypi.org/project/redis/
12
- .. image :: https://codecov.io/gh/andymccurdy /redis-py/branch/master/graph/badge.svg
13
- :target: https://codecov.io/gh/andymccurdy /redis-py
12
+ .. image :: https://codecov.io/gh/redis /redis-py/branch/master/graph/badge.svg
13
+ :target: https://codecov.io/gh/redis /redis-py
14
14
15
15
16
16
Python 2 Compatibility Note
@@ -51,7 +51,7 @@ Contributing
51
51
------------
52
52
53
53
Want to contribute a feature, bug report, or report an issue? Check out our `guide to
54
- contributing <https://github.com/andymccurdy /redis-py/blob/master/CONTRIBUTING.rst> `_.
54
+ contributing <https://github.com/redis /redis-py/blob/master/CONTRIBUTING.rst> `_.
55
55
56
56
57
57
Getting Started
@@ -127,7 +127,7 @@ SSL Connections
127
127
128
128
redis-py 3.0 changes the default value of the `ssl_cert_reqs ` option from
129
129
`None ` to `'required' `. See
130
- `Issue 1016 <https://github.com/andymccurdy /redis-py/issues/1016 >`_. This
130
+ `Issue 1016 <https://github.com/redis /redis-py/issues/1016 >`_. This
131
131
change enforces hostname validation when accepting a cert from a remote SSL
132
132
terminator. If the terminator doesn't properly set the hostname on the cert
133
133
this will cause redis-py 3.0 to raise a ConnectionError.
@@ -284,7 +284,7 @@ to the official command syntax. There are a few exceptions:
284
284
will return a PubSub instance where you can subscribe to channels and listen
285
285
for messages. You can only call PUBLISH from the Redis client (see
286
286
`this comment on issue #151
287
- <https://github.com/andymccurdy /redis-py/issues/151#issuecomment-1545015> `_
287
+ <https://github.com/redis /redis-py/issues/151#issuecomment-1545015> `_
288
288
for details).
289
289
* **SCAN/SSCAN/HSCAN/ZSCAN **: The \* SCAN commands are implemented as they
290
290
exist in the Redis documentation. In addition, each command has an equivalent
@@ -952,7 +952,7 @@ Author
952
952
^^^^^^
953
953
954
954
redis-py is developed and maintained by Andy McCurdy (
[email protected] ).
955
- It can be found here: https://github.com/andymccurdy /redis-py
955
+ It can be found here: https://github.com/redis /redis-py
956
956
957
957
Special thanks to:
958
958
0 commit comments