Last Version

redis-http-session 1.0

RedisHttpSession provides an way to transparently store http session in redis, which allows multi-clients to share the session.

License

License

Categories

Categories

Redis Data Databases
GroupId

GroupId

com.github.x-hansong
ArtifactId

ArtifactId

redis-http-session
Version

Version

1.0
Type

Type

jar
Description

Description

redis-http-session
RedisHttpSession provides an way to transparently store http session in redis, which allows multi-clients to share the session.
Project URL

Project URL

https://github.com/x-hansong/RedisHttpSession
Source Code Management

Source Code Management

https://github.com/x-hansong/RedisHttpSession.git

Download redis-http-session 1.0


<!-- https://jarcasting.com/artifacts/com.github.x-hansong/redis-http-session/ -->
<dependency>
    <groupId>com.github.x-hansong</groupId>
    <artifactId>redis-http-session</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.x-hansong/redis-http-session/
implementation 'com.github.x-hansong:redis-http-session:1.0'
// https://jarcasting.com/artifacts/com.github.x-hansong/redis-http-session/
implementation ("com.github.x-hansong:redis-http-session:1.0")
'com.github.x-hansong:redis-http-session:jar:1.0'
<dependency org="com.github.x-hansong" name="redis-http-session" rev="1.0">
  <artifact name="redis-http-session" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.x-hansong', module='redis-http-session', version='1.0')
)
libraryDependencies += "com.github.x-hansong" % "redis-http-session" % "1.0"
[com.github.x-hansong/redis-http-session "1.0"]

Dependencies

compile (6)

Group / Artifact Type Version
javax : javaee-api jar 7.0
com.fasterxml.jackson.core : jackson-core jar 2.7.3
ch.qos.logback : logback-classic jar 1.0.13
redis.clients : jedis jar 2.8.0
com.fasterxml.jackson.core : jackson-databind jar 2.7.3
commons-lang : commons-lang jar 2.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.