Commit e6b22340 by liuyu

Merge branch 'feature' into 'release'

2023年05/16 redis map key

See merge request !28
parents 85383067 cf6ec401
......@@ -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