Skip to content

Commit f7f4995

Browse files
committed
Added timeout queue length into command queue:info.
1 parent 9a2a8c8 commit f7f4995

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Driver/RedisDriver.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ public function info(): array
133133
'waiting' => $this->redis->lLen($this->channel->getWaiting()),
134134
'delayed' => $this->redis->zCard($this->channel->getDelayed()),
135135
'failed' => $this->redis->lLen($this->channel->getFailed()),
136+
'timeout' => $this->redis->lLen($this->channel->getTimeout()),
136137
];
137138
}
138139

0 commit comments

Comments
 (0)