@ -39,7 +39,7 @@ public class CacheController {
@PostMapping("setHash/{key}")
public String setHash(@PathVariable String key, @RequestBody Map hash) {
redisClient
redisClient.hSet(key, hash);
return "保存成功";
}