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