Skip to content

Commit

Permalink
fix cs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Lemay committed Sep 9, 2024
1 parent af83571 commit 370561b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Client/RedisClient.php
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ public function count(string $prefixKey, array $criterias = []): int
if ($criterias === []) {
$arguments[] = '*';
}

$rawResult = call_user_func_array([$this->redis, 'rawCommand'], $arguments);

if (!$rawResult) {
Expand Down

0 comments on commit 370561b

Please sign in to comment.