Commit cf6ec401 by liuyu

2023年05/16 redis map key

parent 7d03d1f6
......@@ -65,7 +65,7 @@ public class RedissonUtil {
public Map<String, String> getMapValue(String key) {
return redissonClient.getMap(key);
return redissonClient.getMap(redisKey(key));
}
public String getMapKeyValue(String key, String group) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment