public class TrackingInfoParser extends Object implements ComplexDataParser<TrackingInfo>
| Modifier and Type | Field and Description |
|---|---|
static TrackingInfoParser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
TrackingInfo |
parse(ComplexData dynamicData)
Parse the output of the Redis CLIENT TRACKINGINFO command and convert it to a
TrackingInfo |
public static final TrackingInfoParser INSTANCE
public TrackingInfo parse(ComplexData dynamicData)
TrackingInfoparse in interface ComplexDataParser<TrackingInfo>dynamicData - output of CLIENT TRACKINGINFO commandTrackingInfo instanceCopyright © 2025 lettuce.io. All rights reserved.