Skip to content

Commit

Permalink
Update: 修复方法命名
Browse files Browse the repository at this point in the history
  • Loading branch information
NHZEX committed Mar 7, 2024
1 parent ccb2a46 commit 5b769e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Components/redis/src/Traits/TPredisMethod.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public function evalEx(string $script, ?array $args = null, ?int $numKeys = null

try
{
return $client->evalSha($sha1, $numKeys, ...$args);
return $client->evalsha($sha1, $numKeys, ...$args);
}
catch (PredisException $exception)
{
Expand Down

0 comments on commit 5b769e9

Please sign in to comment.