mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-20 02:08:15 +08:00
update ruoyi-common/ruoyi-common-redis/src/main/java/org/dromara/common/redis/utils/RedisUtils.java.
Signed-off-by: Lucien_Lu <lushangpeng@hotmail.com>
This commit is contained in:
parent
9b8f4688d3
commit
a745fde6de
@ -544,8 +544,8 @@ public class RedisUtils {
|
|||||||
* </P>
|
* </P>
|
||||||
* @see KeysScanOptions
|
* @see KeysScanOptions
|
||||||
*/
|
*/
|
||||||
public static Collection<String> keys(final KeysScanOptions KeysScanOptions) {
|
public static Collection<String> keys(final KeysScanOptions keysScanOptions) {
|
||||||
Stream<String> keysStream = CLIENT.getKeys().getKeysStream(KeysScanOptions);
|
Stream<String> keysStream = CLIENT.getKeys().getKeysStream(keysScanOptions);
|
||||||
return keysStream.collect(Collectors.toList());
|
return keysStream.collect(Collectors.toList());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user