public class RedisCommandParser extends Object
| Constructor and Description |
|---|
RedisCommandParser() |
| Modifier and Type | Method and Description |
|---|---|
static RedisCommand |
parse(InputStream messageInput) |
static RedisCommand |
parse(String stringInput) |
public static RedisCommand parse(String stringInput) throws ParseErrorException
ParseErrorExceptionpublic static RedisCommand parse(InputStream messageInput) throws ParseErrorException
ParseErrorExceptionCopyright © 2023. All rights reserved.