| Package | Description |
|---|---|
| com.litongjava.redis |
| Modifier and Type | Method and Description |
|---|---|
void |
RedisDb.scan(Integer cursor,
Func.F11<List<String>,Boolean> keyList) |
void |
RedisDb.scan(Integer cursor,
String pattern,
Func.F11<List<String>,Boolean> keyList) |
void |
RedisDb.scan(Integer cursor,
String pattern,
Integer count,
Func.F11<List<String>,Boolean> keyList)
scan 命令查找符合给定模式 pattern 的 key
|
Copyright © 2026. All rights reserved.