最近在使用jfinal的redis接口调redis服务,前几天一直好的,但今天忽然报了JedisConnectionException: Could not get a resource from the pool 的异常,不知是什么原因,jfinal下使用redis有什么最佳实践可以借鉴吗?
jfinal 是 WEB MVC + ORM,在本质上是与 redis 无关的