aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Command/RedisWorkerCommand.php
Commit message (Collapse)AuthorAgeFilesLines
* Add Instapaper importJeremy Benoist2016-09-271-1/+1
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* Add more testsJeremy Benoist2016-09-111-1/+4
| | | | And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)
* Enable Redis async importJeremy Benoist2016-09-111-0/+41
- using javibravo/simpleue - internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear - if both option are enable rabbit will be choosen - services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml` -