Skip to content
This repository has been archived by the owner on Mar 13, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
xtrime-ru committed May 17, 2023
1 parent d2fa4f3 commit e585112
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RedisAdapter.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ public function __construct(private readonly Redis $redis) {

public function __call(string $name, array $arguments)
{
$this->validateAtomicRedisMode();
return $this->redis->$name(...$arguments);
}

Expand Down

0 comments on commit e585112

Please sign in to comment.