1 Star 0 Fork 19

AI / shiro-redisson

forked from streamone / shiro-redisson 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
README.md 1.43 KB
一键复制 编辑 原始数据 按行查看 历史
streamone 提交于 2018-03-13 10:27 . 1.update readme

shiro-redisson

Travis Coverage Status license

Redis based implementations of Apache Shiro's Cache and Session, using redisson as rich redis client.

compatible with:

  • shiro 1.3.x
  • redisson 2.x / 3.x
  • redis 4.x

Documentation

Download

Maven dependency:

<dependency>
    <groupId>com.github.streamone</groupId>
    <artifactId>shiro-redisson</artifactId>
    <version>1.0.0.RELEASE</version>
</dependency>

Features

  • Shiro Cache implementation

    • support cache config according to Spring Cache specification
  • Shiro Session implementation

    • serialize attributes of session individually as minimum unit
    • package redis commands in lua script for high performance (reduce round-trip time) and supporting transaction
  • Others

    • support several serialization solutions: JDK Serialization, JSON, Smile, MsgPack, FST and so on
    • support common redis servers mode, including single server, master-salve replication, sentinel, cluster
Java
1
https://gitee.com/xiaoyangge/shiro-redisson.git
git@gitee.com:xiaoyangge/shiro-redisson.git
xiaoyangge
shiro-redisson
shiro-redisson
master

搜索帮助