You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+4-3
Original file line number
Diff line number
Diff line change
@@ -171,7 +171,8 @@ to 10, and all ``websocket.send!`` channels to 20:
171
171
If you want to enforce a matching order, use an ``OrderedDict`` as the
172
172
argument; channels will then be matched in the order the dict provides them.
173
173
174
-
.. _encryption
174
+
.. _encryption:
175
+
175
176
``symmetric_encryption_keys``
176
177
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
177
178
@@ -241,9 +242,9 @@ And then in your channels consumer, you can implement the handler:
241
242
242
243
243
244
``serializer_format``
244
-
~~~~~~~~~~~~~~~~~~~~~~
245
+
~~~~~~~~~~~~~~~~~~~~~
245
246
246
-
By default every message sent to redis is encoded using `msgpack <https://msgpack.org/>`_ (_currently ``msgpack`` is a mandatory dependency of this package, it may become optional in a future release_).
247
+
By default every message sent to redis is encoded using `msgpack <https://msgpack.org/>`_ (_currently ``msgpack`` is a mandatory dependency of this package, it may become optional in a future release).
247
248
It is also possible to switch to `JSON <http://www.json.org/>`_:
0 commit comments