- 授权协议: MIT
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://gitee.com/streamone/shiro-redisson
- 软件文档: https://gitee.com/streamone/shiro-redisson/wikis/Home
- 官方下载: https://github.com/streamone/shiro-redisson/releases
软件介绍
shiro-redisson 是一个 Apache Shiro 的扩展组件,提供了基于 redis 实现的缓存和会话,以支持分布式环境下的应用。底层使用了 redisson 作为 redis 客户端。
Maven:
特性:
缓存
支持遵照 Spring Cache 标准的缓存配置
会话
独立序列化 session 中的属性,以其作为序列化的最小单元
用 lua script 封装 redis 命令,以实现高性能(减少 round-trip time)和 事务支持
其它
支持多种序列化方案:JDK Serialization, JSON, Smile, MsgPack, FST等
支持常规的 redis 部署方式,包括:单机模式、主从复制模式、哨兵模式、集群模式
Spring in Action
Craig Walls / Manning Publications / 2011-6-29 / USD 49.99
Spring in Action, Third Edition has been completely revised to reflect the latest features, tools, practices Spring offers to java developers. It begins by introducing the core concepts of Spring and......一起来看看 《Spring in Action》 这本书的介绍吧!
