We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3460ce1 commit 4153a39Copy full SHA for 4153a39
README.md
@@ -23,9 +23,12 @@ composer install phpfastcache/couchdb-extension
23
```
24
25
#### ⚠️ This extension requires:
26
-1️ The composer `doctrine/couchdb` library `dev-master#9eeb9e5` at least.
+1️ The composer `doctrine/couchdb` library `dev-master#9eeb9e5` at least.\
27
+**You MUST ensure that the dependency is at least at commit `9eeb9e5` due to a serious bug in `doctrine/couchdb` that causes infinite loop.**
28
29
## Events
30
+This driver is emitting [customs events](https://github.com/PHPSocialNetwork/phpfastcache/blob/master/docs/EVENTS.md):
31
+
32
- onCouchdbCreateOptions(*Callable* **$callback**)
33
- **Callback arguments**
34
- *ExtendedCacheItemPoolInterface* **$itemPool**
0 commit comments