Flushed
final class Flushed extends Event (View source)
Relay flushed 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 |