Uses of Class
io.lettuce.core.KeyScanArgs
| Package | Description |
|---|---|
| io.lettuce.core |
The Redis client package containing
RedisClient for Redis Standalone and Redis Sentinel operations. |
-
Uses of KeyScanArgs in io.lettuce.core
Methods in io.lettuce.core that return KeyScanArgs Modifier and Type Method Description static KeyScanArgsKeyScanArgs.Builder. limit(long count)Creates newScanArgswith LIMIT set.KeyScanArgsKeyScanArgs. limit(long count)Limit the scan by countKeyScanArgsKeyScanArgs. match(String match)Set the match filter.KeyScanArgsKeyScanArgs. match(String match, Charset charset)Set the match filter along the givenCharset.static KeyScanArgsKeyScanArgs.Builder. matches(String matches)Creates newScanArgswith MATCH set.static KeyScanArgsKeyScanArgs.Builder. type(String type)Creates newScanArgswith TYPE set.KeyScanArgsKeyScanArgs. type(String type)Return keys only of specified type.