| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
| Modifier and Type | Method and Description |
|---|---|
List<StringMatchResult.MatchedPosition> |
StringMatchResult.getMatches() |
| Constructor and Description |
|---|
StringMatchResult(String matchString,
List<StringMatchResult.MatchedPosition> matches,
long len)
Creates new
StringMatchResult. |
Copyright © 2021 lettuce.io. All rights reserved.