aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/ImportBundle/Resources/config/redis.yml
Commit message (Collapse)AuthorAgeFilesLines
* Added elCurator importNicolas LÅ“uillet2019-11-151-0/+21
|
* Add Pinboard importJeremy Benoist2016-11-041-0/+21
|
* Add entry.saved event to import & restJeremy Benoist2016-11-021-0/+7
|
* Add Instapaper importJeremy Benoist2016-09-271-0/+20
| | | | Also update ImportController with latest import (chrome, firefox & instapaper).
* fix testsThomas Citharel2016-09-251-2/+2
|
* bring chrome and firefox as separate importsThomas Citharel2016-09-251-0/+40
|
* Enable Redis async importJeremy Benoist2016-09-111-0/+81
- 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` -