aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Consumer/RedisEntryConsumer.php
Commit message (Collapse)AuthorAgeFilesLines
* Jump to Simpleue 2.0Jeremy Benoist2017-11-181-0/+17
| | | | The 1.3.0 tag is introducing BC so we jump to the 2.0
* Re-facto EntryConsumerJeremy Benoist2016-09-111-57/+2
| | | | Using an abstract method allow to share code but also can be used it we add a new broker in the future
* Enable Redis async importJeremy Benoist2016-09-111-0/+84
- 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` -