public class ArrayInfoFullParser extends Object implements ComplexDataParser<ArrayInfoFull>
Converts the response from the Redis ARINFO FULL command into an ArrayInfoFull object. All key-value pairs are
collected into a map and passed to the ArrayInfoFull constructor, which extracts known fields (base + extended
per-slice stats) and provides raw map access for future-proofing.
| Modifier and Type | Field and Description |
|---|---|
static ArrayInfoFullParser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
ArrayInfoFull |
parse(ComplexData dynamicData)
Parse the data extracted from the server to a specific domain object.
|
public static final ArrayInfoFullParser INSTANCE
public ArrayInfoFull parse(ComplexData dynamicData)
ComplexDataParserparse in interface ComplexDataParser<ArrayInfoFull>dynamicData - the data to parseCopyright © 2026 lettuce.io. All rights reserved.