为什么我的jedis.setex(key.getBytes(),timeout,bytes)返回null

来源:2-1 redis后端缓存优化编码

weibo_邓小浪哈哈_03335006

2016-06-10 23:51

为什么我的jedis.setex(key.getBytes(),timeout,bytes)返回null

写回答 关注

3回答

  • 慕慕9697049
    2016-08-13 09:54:16

    为什么我的报这个错

  • 慕慕9697049
    2016-08-13 09:53:19

    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisDao' defined in class path resource [spring/spring-dao.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.seckill.dao.cache.RedisDao]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: com/dyuproject/protostuff/MapSchema$MessageFactory

  • weibo_邓小浪哈哈_03335006
    2016-06-11 00:20:26

    找到原因了 redis执行 CONFIG SET protected-mode no

Java高并发秒杀API之高并发优化

Java实现高并发秒杀API的第四门课,小伙伴一定可以从中受益

78600 学习 · 170 问题

查看课程

相似问题