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 82f5b93 commit 0a781a9Copy full SHA for 0a781a9
src/Transports/SeeAdapters/RedisAdapter.php
@@ -43,7 +43,6 @@ public function initialize(array $config): void
43
try {
44
$connection = $config['connection'] ?? 'default';
45
$this->redis = Redis::connection($connection);
46
- $this->redis->setOption(2, null);
47
48
if (isset($config['prefix'])) {
49
$this->keyPrefix = $config['prefix'];
0 commit comments