-----
* Added possibility to publish and subscribe for Django Groups, additionally to Users and Sesions.
* To ease the communication between Redis and the Django, a new class ``RedisPublisher`` has
been added as Programming Interface for the Django loop. Before, one had to connect to the Redis
datastore directly to send messages to the Websoclet loop.
* Renamed configuration setting ``WS4REDIS_STORE`` to ``WS4REDIS_SUBSCRIBER``.