初始化hash缓存-get
parent
e1d039804c
commit
2bc592c87e
|
@ -64,7 +64,7 @@ public abstract class HashCacheAbs<K, HK, HV> implements HashCache<K, HK, HV> {
|
|||
*/
|
||||
@Override
|
||||
public HV get (K key, HK hashKey) {
|
||||
return null;
|
||||
return redisService.getCacheMapValue(encode(key), encodeHashKey(hashKey));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue