This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Nicolas Grekas 3265ed4a66 bug #21908 [Cache] Fix Redis pipelining/multi-ops (nicolas-grekas)
This PR was merged into the 3.2 branch.

Discussion
----------

[Cache] Fix Redis pipelining/multi-ops

| Q             | A
| ------------- | ---
| Branch?       | 3.2
| Bug fix?      | yes
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | #21858
| License       | MIT
| Doc PR        | -

`MSET` doesn't work on clustered connections. Let's use pipelining instead.

Commits
-------

f1648e2 [Cache] Fix Redis pipelining/multi-ops
2017-03-07 17:20:56 +01:00
..
Asset Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
BrowserKit Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
Cache [Cache] Fix Redis pipelining/multi-ops 2017-03-07 16:57:48 +01:00
ClassLoader fixed Composer constraints 2017-02-18 11:13:35 -08:00
Config Merge branch '2.8' into 3.2 2017-03-01 10:18:25 -08:00
Console Merge branch '2.8' into 3.2 2017-03-06 11:30:27 -08:00
CssSelector Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
Debug fixed Composer constraints 2017-02-18 11:13:35 -08:00
DependencyInjection [DI] Remove unused legacy arg in XmlFileLoaderTest 2017-03-05 01:06:55 +01:00
DomCrawler Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
EventDispatcher Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
ExpressionLanguage Merge branch '2.8' into 3.2 2017-02-24 05:58:52 -08:00
Filesystem Merge branch '2.8' into 3.2 2017-03-06 11:30:27 -08:00
Finder Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
Form Merge branch '2.8' into 3.2 2017-03-06 11:30:27 -08:00
HttpFoundation Merge branch '2.8' into 3.2 2017-03-04 13:23:14 +01:00
HttpKernel Merge branch '2.8' into 3.2 2017-03-06 11:30:27 -08:00
Inflector Updated PHPUnit namespaces 2017-02-20 14:34:33 +01:00
Intl Merge branch '2.8' into 3.2 2017-03-05 09:42:14 -08:00
Ldap Refactored other PHPUnit method calls to work with namespaced PHPUnit 6 2017-02-21 11:04:38 +01:00
OptionsResolver Merge branch '2.8' into 3.2 2017-02-21 10:12:04 +01:00
Process Merge branch '2.8' into 3.2 2017-03-04 13:23:14 +01:00
PropertyAccess Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
PropertyInfo Updated PHPUnit namespaces 2017-02-20 14:34:33 +01:00
Routing [Config] removed obsolete code 2017-03-02 07:58:09 -08:00
Security Merge branch '2.8' into 3.2 2017-03-06 11:30:27 -08:00
Serializer Merge branch '2.8' into 3.2 2017-03-05 09:42:14 -08:00
Stopwatch Merge branch '2.8' into 3.2 2017-02-18 18:28:00 +01:00
Templating [2.8] Fix issues reported by static analyse 2017-02-28 15:08:20 +01:00
Translation Merge branch '2.8' into 3.2 2017-03-04 13:23:14 +01:00
Validator Merge branch '2.8' into 3.2 2017-02-27 18:30:50 -08:00
VarDumper minor #21686 Updated PHPUnit namespaces (peterrehm) 2017-02-20 14:45:48 +01:00
Workflow [Workflow] Remove unnecessary method calls 2017-02-28 15:33:16 +01:00
Yaml Merge branch '2.8' into 3.2 2017-03-07 17:20:19 +01:00