8000
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 809135d commit cb4f01dCopy full SHA for cb4f01d
src/Symfony/Component/Cache/CHANGELOG.md
@@ -9,6 +9,7 @@ CHANGELOG
9
* added sub-second expiry accuracy for backends that support it
10
* added support for phpredis 4 `compression` and `tcp_keepalive` options
11
* added automatic table creation when using Doctrine DBAL with PDO-based backends
12
+ * added support for a `predis_options` query parameter array in the redis dsn.
13
* throw `LogicException` when `CacheItem::tag()` is called on an item coming from a non tag-aware pool
14
* deprecated `CacheItem::getPreviousTags()`, use `CacheItem::getMetadata()` instead
15
* deprecated the `AbstractAdapter::createSystemCache()` method
0 commit comments