summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/conf.py2
-rw-r--r--doc/index.rst1
-rw-r--r--doc/redis.rst11
3 files changed, 13 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index c526df8..2eb049a 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -51,7 +51,7 @@ copyright = u'2010-2011, Vinay Sajip'
# The short X.Y version.
version = '0.3'
# The full version, including alpha/beta/rc tags.
-release = '0.3'
+release = '0.3.2'
# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
diff --git a/doc/index.rst b/doc/index.rst
index 095d0e8..1fc321b 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -17,6 +17,7 @@ tasks you may want to perform:
libraries
queue
+ redis
testing
dictconfig
adapter
diff --git a/doc/redis.rst b/doc/redis.rst
new file mode 100644
index 0000000..8293c30
--- /dev/null
+++ b/doc/redis.rst
@@ -0,0 +1,11 @@
+Working with Redis queues
+=========================
+
+:class:`~logutils.queue.QueueHandler` and :class:`~logutils.queue.QueueListener` classes are provided to facilitate interfacing with Redis.
+
+.. autoclass:: logutils.redis.RedisQueueHandler
+ :members:
+
+.. autoclass:: logutils.redis.RedisQueueListener
+ :members:
+