mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-19 17:58:17 +08:00
update ruoyi-common/ruoyi-common-redis/src/main/java/org/dromara/common/redis/utils/RedisUtils.java.
fix: 变量名大小写错误KeysScanOptions->keysScanOptions
This commit is contained in:
parent
a745fde6de
commit
c32e2c0c5b
@ -535,7 +535,7 @@ public class RedisUtils {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* 通过扫描参数获取缓存的基本对象列表
|
* 通过扫描参数获取缓存的基本对象列表
|
||||||
* @param KeysScanOptions 扫描参数
|
* @param keysScanOptions 扫描参数
|
||||||
* <P>
|
* <P>
|
||||||
* limit-设置扫描的限制数量(默认为0,查询全部)
|
* limit-设置扫描的限制数量(默认为0,查询全部)
|
||||||
* pattern-设置键的匹配模式(默认为null)
|
* pattern-设置键的匹配模式(默认为null)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user