Jamm\Memory\IRedisServer::PUnsubscribe PHP 메소드

PUnsubscribe() 공개 메소드

Stop listening for messages posted to channels matching the given patterns
public PUnsubscribe ( array | string | null $pattern = null ) : integer
$pattern array | string | null
리턴 integer
    public function PUnsubscribe($pattern = null);