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/Cache/Tests
Nicolas Grekas 8860b6691c bug #28249 [Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses (nicolas-grekas)
This PR was merged into the 3.4 branch.

Discussion
----------

[Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses

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

As described in https://github.com/php-memcached-dev/php-memcached/issues/24 and because we enable the binary protocol by default.

Commits
-------

8b59d177db [Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses
2018-08-24 11:47:29 +02:00
..
Adapter bug #28249 [Cache] enable Memcached::OPT_TCP_NODELAY to fix perf of misses (nicolas-grekas) 2018-08-24 11:47:29 +02:00
Fixtures [Cache] Fix expiry comparisons in array-based pools 2018-06-11 15:10:52 +02:00
Simple [travis] enable Redis cluster 2018-08-24 11:22:31 +02:00
Traits Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
CacheItemTest.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
DoctrineProviderTest.php Updated PHPUnit namespaces 2017-02-20 14:34:33 +01:00