Uses of Class
io.lettuce.core.StringMatchResult.MatchedPosition
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of StringMatchResult.MatchedPosition in io.lettuce.core
Methods in io.lettuce.core that return types with arguments of type StringMatchResult.MatchedPosition Modifier and Type Method Description List<StringMatchResult.MatchedPosition>StringMatchResult. getMatches()Constructor parameters in io.lettuce.core with type arguments of type StringMatchResult.MatchedPosition Constructor Description StringMatchResult(String matchString, List<StringMatchResult.MatchedPosition> matches, long len)Creates newStringMatchResult.