summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2016-07-16 16:25:18 +0300
committerAlex Grönholm <alex.gronholm@nextday.fi>2016-07-16 16:25:18 +0300
commita6bdea38975667e7f3ca61c97f6877c24da3f00d (patch)
tree9aa98769753f5e9cefa93797b39ed45d52f6e333 /README.rst
parent3c47d78c98fe4da56d6b0be075c489d7449246fb (diff)
downloadapscheduler-a6bdea38975667e7f3ca61c97f6877c24da3f00d.tar.gz
Updated jobstore related documentation and examples
Added missing API documentation pages for rethinkdb and zookeeper job stores. Also added example script for rethinkdb. Mentioned RethinkDB in README.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index f45c697..f1921e7 100644
--- a/README.rst
+++ b/README.rst
@@ -29,7 +29,8 @@ 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/>`_
+* `RethinkDB <https://www.rethinkdb.com/>`_
+* `ZooKeeper <https://zookeeper.apache.org/>`_
APScheduler also integrates with several common Python frameworks, like: