Add a bit of in-memory docs

This commit is contained in:
Andrew Godwin 2015-09-09 22:07:30 -05:00
parent 2839a4265e
commit e042da5bc1

View File

@ -8,6 +8,13 @@ you wish; the API is very simple and documented below.
In-memory In-memory
--------- ---------
The in-memory backend is the simplest, and not really a backend as such;
it exists purely to enable Django to run in a "normal" mode where no Channels
functionality is available, just normal HTTP request processing. You should
never need to set it explicitly.
This backend provides no network transparency or non-blocking guarantees.
Database Database
-------- --------