File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4
4
Version 4.0.0 migrates the underlying Redis library from ``aioredis`` to ``redis-py``.
5
5
(``aioredis`` was retired and moved into ``redis-py``, which will host the ongoing development.)
6
6
7
- The API is unchanged. Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
7
+ Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
8
8
projects.
9
9
10
- * Migrated from ``aioredis`` to ``redis-py``.
10
+ * Migrated from ``aioredis`` to ``redis-py``. Specifying hosts as tuples is no longer supported.
11
+ If hosts are specified as dicts, only the ``address`` key will be taken into account, i.e.
12
+ a `password`` must be specified inline in the address.
11
13
12
14
* Added support for passing kwargs to sentinel connections.
13
15
You can’t perform that action at this time.
0 commit comments