Skip to content

Commit

Permalink
Adopted docs for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Apr 30, 2015
1 parent 7ffbb2c commit 6faf0d7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ messaging it uses the [Redis](http://redis.io/) datastore and in a production en
intended to work under [uWSGI](http://projects.unbit.it/uwsgi/) and behind [NGiNX](http://nginx.com/)
or [Apache](http://httpd.apache.org/docs/2.4/mod/mod_proxy_wstunnel.html) version 2.4.5 or later.

New in 0.4.2
New in 0.4.4
------------
* Message echoing can be switched “on” and “off” according to the user needs. Before it was “on” by
default.
* Many changes to become compatible with Python3; there are still minor issues to solve.
* The message string to be passed and stored to and from the websocket hase been converted into
a class ``RedisMessage`` for type saftey.
* Added method ``release()`` to ``RedisSubscriber`` and calling this method each time a Websocket
closes, for whatever reason. This should avoid some reported memory issues.

Features
--------
Expand Down
8 changes: 4 additions & 4 deletions docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ any database synchronization.
Dependencies
------------
* Django_ >=1.5
* `Python client for Redis`_
* uWSGI_ >= 1.9.20
* gevent_ >=1.0
* greenlet_ >=0.4.1
* redis >=2.10.3 (a `Python client for Redis`_)
* uWSGI_ >=1.9.20
* gevent_ >=1.0.1
* greenlet_ >=0.4.5
* optional, but recommended: wsaccel_ >=0.6


Expand Down

0 comments on commit 6faf0d7

Please sign in to comment.