Skip to content

Commit 987307f

Browse files
committed
Update RedisCompatibilityInterface.php
1 parent 1815a71 commit 987307f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/Dashboards/Redis/Compatibility/RedisCompatibilityInterface.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ public function getKeyType(string $key): string;
3030
*/
3131
public function getInfo(?string $option = null): array;
3232

33-
/**
34-
* Execute any Redis command.
35-
*/
36-
public function rawcommand(string $command, mixed ...$args): mixed;
37-
3833
/**
3934
* Alias to a scan().
4035
*

0 commit comments

Comments
 (0)