summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorAlex Grönholm <alex.gronholm@nextday.fi>2014-02-01 17:52:47 +0200
committerAlex Grönholm <alex.gronholm@nextday.fi>2014-03-09 10:13:55 +0200
commitedbc940a9d9206b0a81d4067484e8a8cadaa035b (patch)
tree50dcfca1d6b5157cf39cff8b9230f1b93385cd2e /docs/index.rst
parent17aae6293ce5f090477d48e15d25cf5b34a906ad (diff)
downloadapscheduler-edbc940a9d9206b0a81d4067484e8a8cadaa035b.tar.gz
Overhauled the job store system and ditched ShelveJobStore and RedisJobStore in the process
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/index.rst b/docs/index.rst
index b2a0c23..ef16af4 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -42,10 +42,8 @@ Features
* Multiple, simultaneously active job stores:
* Memory
- * File-based simple database (shelve)
* `SQLAlchemy <http://www.sqlalchemy.org/>`_ (any supported RDBMS works)
* `MongoDB <http://www.mongodb.org/>`_
- * `Redis <http://redis.io/>`_
Usage