summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-11-21 16:51:43 +0000
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-11-21 16:51:43 +0000
commit66013d7a6c8594d435e6d3ff0b468b51c40318b6 (patch)
tree3f8251fc600a63169282d66869ea8d82864b47f1 /doc
parentff08c6c2163075ea0d3a12c1c2a2e2d52bcc7bc7 (diff)
downloadlogutils-git-66013d7a6c8594d435e6d3ff0b468b51c40318b6.tar.gz
Made ready for 0.3.2.0.3.2
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:
+