diff options
author | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-02-01 17:52:47 +0200 |
---|---|---|
committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2014-03-09 10:13:55 +0200 |
commit | edbc940a9d9206b0a81d4067484e8a8cadaa035b (patch) | |
tree | 50dcfca1d6b5157cf39cff8b9230f1b93385cd2e /docs | |
parent | 17aae6293ce5f090477d48e15d25cf5b34a906ad (diff) | |
download | apscheduler-edbc940a9d9206b0a81d4067484e8a8cadaa035b.tar.gz |
Overhauled the job store system and ditched ShelveJobStore and RedisJobStore in the process
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.rst | 2 |
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 |