Spring Data Redis 1.1 RC1 发布了。
改进包括:
Support for millisecond precision in key expiration commands
Resubscription of message listeners on connection failure
Full implementation of ConcurrentMap contract in RedisMap and RedisProperties
Spring Data 项目的目的是为了简化构建基于 Spring 框架应用的数据访问计数,包括非关系数据库、Map-Reduce 框架、云数据服务等等;另外也包含对关系数据库的访问支持。
官方首页:http://static.springframework.org/spring-data/data-redis/docs/milestone/changelog.txt
免费下载:http://www.springsource.com/download/community?project=Spring%20Data%20Redis&version=1.1.0.RC1
来自:开源中国社区

