Provides data for eviction notification events received from Redis keyspace notifications.
Namespace: Metalama.Patterns.Caching.Backends.Redis.Observing
Assembly: Metalama.Patterns.Caching.Backends.Redis.dll
Syntax
public class EvictionNotificationReceivedArgsProperties
| Name | Description |
|---|---|
| Channel | Gets the Redis channel on which the notification was received. |
| Value | Gets the value associated with the notification, typically containing the affected key name. |