RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Enumeration LocalEvents

    Events emitted locally by the SDK client instance. These events are used to track the lifecycle and internal state of the connection.

    Index

    Enumeration Members

    Enumeration Members

    Error: "error"

    Emitted when a connection error occurs with Redis or an internal SDK error is caught. The listener receives an Error object.

    RawRedisMessage: "rawRedisMessage"

    Emitted for every raw message received from the Redis subscription channel before parsing. Useful for low-level debugging.

    Ready: "ready"

    Emitted when the client has successfully connected to Redis and is ready to process events. The listener receives the RankedClient instance as an argument.