| Package | Description |
|---|---|
| io.valkey.resps |
This package contains custom responses of core Redis commands.
|
| Modifier and Type | Method and Description |
|---|---|
List<LCSMatchResult.MatchedPosition> |
LCSMatchResult.getMatches() |
| Constructor and Description |
|---|
LCSMatchResult(List<LCSMatchResult.MatchedPosition> matches,
long len) |
LCSMatchResult(String matchString,
List<LCSMatchResult.MatchedPosition> matches,
long len)
Creates new
LCSMatchResult. |
Copyright © 2024. All rights reserved.