Skip to content

Commit 3fd4d8a

Browse files
committed
Update PredisCluster.php
1 parent b46345d commit 3fd4d8a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Dashboards/Redis/Compatibility/Cluster/PredisCluster.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@ public function streamAdd(string $key, string $id, array $messages): string {
196196
return $this->xadd($key, $messages, $id);
197197
}
198198

199+
public function rawcommand(string $command, mixed ...$arguments): mixed {
200+
return $this->executeRaw(func_get_args());
201+
}
202+
199203
/**
200204
* @param array<int, string> $keys
201205
*

0 commit comments

Comments
 (0)