Invalidated
final class Invalidated extends Event (View source)
Relay invalidated 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 |
from Event |
| bool | $client | Whether the invalidation was created in the client or originated from a Redis PUSH message. |
from Event |