Skip to content

Commit 0a781a9

Browse files
committed
RedisAdapter setOption remove
1 parent 82f5b93 commit 0a781a9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Transports/SeeAdapters/RedisAdapter.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ public function initialize(array $config): void
4343
try {
4444
$connection = $config['connection'] ?? 'default';
4545
$this->redis = Redis::connection($connection);
46-
$this->redis->setOption(2, null);
4746

4847
if (isset($config['prefix'])) {
4948
$this->keyPrefix = $config['prefix'];

0 commit comments

Comments
 (0)