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 0c147fa commit cd9e036Copy full SHA for cd9e036
src/Symfony/Component/Cache/Adapter/RedisAdapterTrait.php
@@ -12,6 +12,7 @@
12
namespace Symfony\Component\Cache\Adapter;
13
14
use Predis\Connection\Aggregate\PredisCluster;
15
+use Predis\Connection\Aggregate\RedisCluster;
16
use Symfony\Component\Cache\Exception\InvalidArgumentException;
17
18
/**
0 commit comments