diff --git a/src/Db/RedisArray.php b/src/Db/RedisArray.php index b151d5f06..39ed5e6ed 100644 --- a/src/Db/RedisArray.php +++ b/src/Db/RedisArray.php @@ -74,7 +74,7 @@ class RedisArray extends DriverArray { return 'va:'.$this->table.'*'; } - public function set(string|int $index, mixed $value): void + public function set(string|int $key, mixed $value): void { if ($this->hasCache($index) && $this->getCache($index) === $value) { return;