Event
abstract class Event
Relay event class.
Constants
| INVALIDATED |
The integer representing the |
| Invalidated |
The integer representing the |
| FLUSHED |
The integer representing the |
| Flushed |
The integer representing the |
Properties
| int | $type | The type of the event represented by an integer. |
|
| mixed | $key | The event key. Only filled for |
|
| bool | $client | Whether the invalidation was created in the client or originated from a Redis PUSH message. |