使用Cache.setex设置时间是3600秒,可是过了60秒后key就过期了,请问是哪里还需要设置什么吗?
Cache Cache = Redis.use("shida");Cache.setex("main", 3600, return);
换一换 jedis 版本试试,例如换上 jfinal 官方的 jedis 版本
或许是取数据的时候参数不对,造成取出了 null 值,注意参数大小写