Skip to content

Commit

Permalink
Fix prefix default in docs (#338)
Browse files Browse the repository at this point in the history
This actually defaults to `asgi`, not `asgi:`
  • Loading branch information
nikolas authored Mar 28, 2023
1 parent 62e8fe2 commit 4bc3154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ This should be slightly faster than a loopback TCP connection.
``prefix``
~~~~~~~~~~

Prefix to add to all Redis keys. Defaults to ``asgi:``. If you're running
Prefix to add to all Redis keys. Defaults to ``asgi``. If you're running
two or more entirely separate channel layers through the same Redis instance,
make sure they have different prefixes. All servers talking to the same layer
should have the same prefix, though.
Expand Down

0 comments on commit 4bc3154

Please sign in to comment.