mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-24 07:19:46 +08:00
update 更新 RedisUtils 返回客户端实例
This commit is contained in:
@ -45,10 +45,10 @@ public class RedisUtils {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取实例id
|
||||
* 获取客户端实例
|
||||
*/
|
||||
public static String getClientId() {
|
||||
return CLIENT.getId();
|
||||
public static RedissonClient getClient() {
|
||||
return CLIENT;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user