Skip to content

Commit

Permalink
Require Symfony v3.4.24 in order to drop overloaded RedisTrait & conn…
Browse files Browse the repository at this point in the history
…ected RedisClusterProx (#6)
  • Loading branch information
andrerom committed Apr 4, 2019
1 parent f48d37d commit eff67ac
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 548 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"require": {
"php": "^7.1",
"symfony/symfony": "^3.4.23"
"symfony/symfony": "^3.4.24"
},
"require-dev": {
"cache/integration-tests": "dev-master",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
use Predis\Connection\Aggregate\ClusterInterface;
use Predis\Response\Status;
use Symfony\Component\Cache\Adapter\TagAwareAdapterInterface;
use Symfony\Component\Cache\Traits\zRedisTrait;
use Symfony\Component\Cache\Traits\RedisTrait;

/**
* Class RedisTagAwareAdapter, stores tag <> id relationship as a Set so we don't need to fetch tags on get* operations.
Expand All @@ -34,7 +34,7 @@
*/
final class RedisTagAwareAdapter extends AbstractTagAwareAdapter implements TagAwareAdapterInterface
{
use zRedisTrait;
use RedisTrait;

/**
* Redis "Set" can hold more than 4 billion members, here we limit ourselves to PHP's > 2 billion max int (32Bit).
Expand Down
67 changes: 0 additions & 67 deletions src/lib/Symfony/Components/Cache/Traits/RedisClusterProxy.php

This file was deleted.

Loading

0 comments on commit eff67ac

Please sign in to comment.