We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b63b782 commit d7b8cf5Copy full SHA for d7b8cf5
src/Abuse/Adapters/TimeLimit/RedisCluster.php
@@ -71,7 +71,7 @@ protected function hit(string $key, int $timestamp): void
71
72
$key = self::NAMESPACE . '__'. $key .'__'. $timestamp;
73
74
- $this->redis->multi(\RedisCluster::MULTI);
+ $this->redis->multi();
75
$this->redis->incr($key);
76
$this->redis->expire($key, $this->ttl);
77
$this->redis->exec();
0 commit comments