@lacunahub/letsfrag
    Preparing search index...

    Interface RedisBrokerEvents

    interface RedisBrokerEvents {
        disconnect: [];
        error: [error: Error];
        message: [channel: string, message: BrokerMessage];
        ready: [];
    }
    Index

    Properties

    disconnect: []
    error: [error: Error]
    message: [channel: string, message: BrokerMessage]
    ready: []