开发者社区 问答 正文

jedis中pipeline.hget后的值是什么啊

`Response result =pipeline.hget(redisKey[i], rC.execute(Integer.parseInt(city[i])));
pipeline.sync();
result.get() `
我 pipeline.hset 保存value是一个 pojo对象
这result.get() 怎么弄成我想要的类型啊

展开
收起
落地花开啦 2016-02-19 14:15:41 4445 分享 版权
2 条回答
写回答
取消 提交回答
  • get之后再序列化解析下

    2019-07-17 18:44:40
    赞同 展开评论
  • 喜欢技术,喜欢努力的人

    重封源码

    2019-07-17 18:44:40
    赞同 展开评论