final class Invalidated extends Event

Relay invalidated event class.

Constants

INVALIDATED

The integer representing the INVALIDATED event.

Invalidated

The integer representing the INVALIDATED event.

FLUSHED

The integer representing the FLUSHED event.

Flushed

The integer representing the FLUSHED event.

Properties

int $type

The type of the event represented by an integer.

mixed $key

The event key. Only filled for INVALIDATED events.

from  Event
bool $client

Whether the invalidation was created in the client or originated from a Redis PUSH message.

from  Event