MCPcopy Create free account
hub / github.com/L1yp/van-app / getString

Method getString

src/main/java/com/l1yp/base/RedisTool.java:241–243  ·  view source on GitHub ↗
(RedisKey key)

Source from the content-addressed store, hash-verified

239 }
240
241 public String getString(RedisKey key) {
242 return template.opsForValue().get(key);
243 }
244
245 public <T> T get(RedisKey key, Class<T> clazz) {
246 String val = template.opsForValue().get(key);

Callers 7

executeInternalMethod · 0.80
getNullableResultMethod · 0.80
getNullableResultMethod · 0.80
getNullableResultMethod · 0.80
getNullableResultMethod · 0.80
getNullableResultMethod · 0.80
getNullableResultMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected