summaryrefslogtreecommitdiff
path: root/README.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 /README.rst
parent17aae6293ce5f090477d48e15d25cf5b34a906ad (diff)
downloadapscheduler-edbc940a9d9206b0a81d4067484e8a8cadaa035b.tar.gz
Overhauled the job store system and ditched ShelveJobStore and RedisJobStore in the process
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 5a92f60..105b2cb 100644
--- a/README.rst
+++ b/README.rst
@@ -34,10 +34,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/>`_
Documentation