summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorJose Ignacio Villar <jvillar@gmail.com>2016-07-03 20:21:55 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-07-03 21:21:55 +0300
commit9eb5dc50c4778ee6771c72a53dd70be3c0040fcf (patch)
tree8958dad581da6f41e1086db8686f6ef246045668 /README.rst
parent93c4393244ba6989c48f8b5f42b2571ec719cef2 (diff)
downloadapscheduler-9eb5dc50c4778ee6771c72a53dd70be3c0040fcf.tar.gz
Zookeeper jobstore support (#144)
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index efb4979..f45c697 100644
--- a/README.rst
+++ b/README.rst
@@ -29,6 +29,7 @@ Supported backends for storing jobs include:
* `SQLAlchemy <http://www.sqlalchemy.org/>`_ (any RDBMS supported by SQLAlchemy works)
* `MongoDB <http://www.mongodb.org/>`_
* `Redis <http://redis.io/>`_
+* `Zookeeper <https://zookeeper.apache.org/>`_
APScheduler also integrates with several common Python frameworks, like: