File tree Expand file tree Collapse file tree 3 files changed +4
-5
lines changed
Dashboards/Redis/Compatibility/Cluster Expand file tree Collapse file tree 3 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,3 @@ parameters:
44 paths :
55 - src
66 - tests
7- ignoreErrors :
8- -
9- message : ' ~^Method RedisCluster::(info|rawcommand)\(\) invoked with \d+ parameters, .* required\.$~'
10- path : src/Dashboards/Redis/Compatibility/Cluster/RedisCluster.php
Original file line number Diff line number Diff line change 1111use RobiNN \Pca \Dashboards \DashboardInterface ;
1212
1313class Admin {
14- public const VERSION = '2.4.1 ' ;
14+ public const VERSION = '2.4.2 ' ;
1515
1616 private readonly Template $ template ;
1717
Original file line number Diff line number Diff line change @@ -299,6 +299,9 @@ public function getSlowlog(int $count): ?array {
299299 return $ all_logs ;
300300 }
301301
302+ /**
303+ * @throws RedisClusterException
304+ */
302305 public function resetSlowlog (): bool {
303306 foreach ($ this ->nodes as $ node ) {
304307 $ this ->rawcommand ($ node , 'SLOWLOG ' , 'RESET ' );
You can’t perform that action at this time.
0 commit comments