File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,9 +158,9 @@ argument; channels will then be matched in the order the dict provides them.
158
158
159
159
Pass this to enable the optional symmetric encryption mode of the backend. To
160
160
use it, make sure you have the ``cryptography `` package installed, or specify
161
- the ``cryptography `` extra when you install ``channels_redis ``::
161
+ the ``cryptography `` extra when you install ``channels-redis ``::
162
162
163
- pip install channels_redis [cryptography]
163
+ pip install channels-redis [cryptography]
164
164
165
165
``symmetric_encryption_keys `` should be a list of strings, with each string
166
166
being an encryption key. The first key is always used for encryption; all are
@@ -222,7 +222,7 @@ And then in your channels consumer, you can implement the handler:
222
222
Dependencies
223
223
------------
224
224
225
- Redis server >= 5.0 is required for `channels_redis `. Python 3.7 or higher is required.
225
+ Redis server >= 5.0 is required for `channels-redis `. Python 3.7 or higher is required.
226
226
227
227
228
228
Used commands
You can’t perform that action at this time.
0 commit comments