nrk/predis-async

Memory leak $commands on AbstractConnection | PhpiredisStreamConnection

Opened this issue · 0 comments

Hello,

i got a deamon in php who do many thousand sub/unsub redis channel.
After few hours i use 1Go ram.
I found [commands:protected] => SplQueue Object become more and more larger, maybe all sub/unsub is save inside without clean it ?

"$commands" from class Predis\Async\Connection\PhpiredisStreamConnection