diff --git a/README.rst b/README.rst index c653a9a..1a21b8b 100644 --- a/README.rst +++ b/README.rst @@ -91,9 +91,6 @@ All configuration settings are optional. e.g: For full configuration options, see the `configuration documentation `__. - -If you are using `django-redis `__ , you can `configure `__ Django Q to use its connection pool. - Management Commands ~~~~~~~~~~~~~~~~~~~ @@ -105,6 +102,10 @@ Monitor your clusters with:: $ python manage.py qmonitor +Check overall statistics with:: + + $ python manage.py qinfo + Creating Tasks ~~~~~~~~~~~~~~