Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bnomei committed Feb 10, 2020
1 parent b218998 commit 3811a0f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Expand Up @@ -50,20 +50,22 @@ return [
];
```

> KNOWN ISSUE: This does not seem to work (yet).
**per plugin**
```php
<?php
return [
'bnomei.feed.cache' => ['type' => 'redis'],
'bnomei.fingerprint.cache' => ['type' => 'redis'],
'bnomei.handlebars.cache.render' => ['type' => 'redis'],
'bnomei.handlebars.cache.files' => ['type' => 'redis'],
'bnomei.lapse.cache' => ['type' => 'redis'],
'bnomei.thumbimageoptim.cache' => ['type' => 'redis'],
//... other options
];
```

> KNOWN ISSUE: https://github.com/getkirby/kirby/issues/2343
**kirby pages**
```php
<?php
Expand Down

0 comments on commit 3811a0f

Please sign in to comment.