@Experimental public class HotkeysReplyParser extends Object implements ComplexDataParser<HotkeysReply>
| Modifier and Type | Field and Description |
|---|---|
static HotkeysReplyParser |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
HotkeysReply |
parse(ComplexData dynamicData)
Parse the output of the Redis HOTKEYS GET command and convert it to a
HotkeysReply. |
public static final HotkeysReplyParser INSTANCE
public HotkeysReply parse(ComplexData dynamicData)
HotkeysReply.parse in interface ComplexDataParser<HotkeysReply>dynamicData - output of HOTKEYS GET command.HotkeysReply instance.Copyright © 2026 lettuce.io. All rights reserved.