Commit ca093f8b by liuyu

Merge branch 'release' into 'master'

Release

See merge request !29
parents ded8d2c4 e6b22340
...@@ -65,7 +65,7 @@ public class RedissonUtil { ...@@ -65,7 +65,7 @@ public class RedissonUtil {
public Map<String, String> getMapValue(String key) { public Map<String, String> getMapValue(String key) {
return redissonClient.getMap(key); return redissonClient.getMap(redisKey(key));
} }
public String getMapKeyValue(String key, String group) { 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