Alpha ZealPHP is early-stage and under active development. APIs may change between minor versions until v1.0. Feedback and bug reports welcome on GitHub.
API Index — Namespaces, Packages, Reports, Indices

PubSubStopException extends RuntimeException
in package

FinalYes

Sentinel thrown from inside a SUBSCRIBE consumer to signal clean shutdown.

The driver's subscribe() implementation MUST catch this exception, unsubscribe, and return without rethrowing.

Used by RedisPubSub::stop() and RedisStreams::stop() to wake the runner coroutine out of a blocking read.

Table of Contents

On this page
  • Table Of Contents