类型修正
This commit is contained in:
@@ -79,11 +79,11 @@ public class RedisService {
|
||||
/**
|
||||
* @description 判断key是否存在
|
||||
* @param key String 键
|
||||
* @return BOOLEAN 是否存在
|
||||
* @return Boolean 是否存在
|
||||
* @author yslg
|
||||
* @since 2025-11-02
|
||||
*/
|
||||
public BOOLEAN hasKey(String key) {
|
||||
public Boolean hasKey(String key) {
|
||||
return redisTemplate.hasKey(key);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user