You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
Nikita Koksharov 3eddd394b2 Update README.md 9 years ago
redisson [maven-release-plugin] prepare for next development iteration 9 years ago
redisson-all [maven-release-plugin] prepare for next development iteration 9 years ago
.gitignore gitignore updated 9 years ago
.travis.yml rename RedissonAttachedLiveObjectServiceTest to RedissonLiveObjectServiceTest 9 years ago
CHANGELOG.md Update CHANGELOG.md 9 years ago
CONTRIBUTING.md remove travis env 9 years ago
LICENSE.txt Shutdown optimization. Maven build fixed. 11 years ago
README.md Update README.md 9 years ago
checkstyle.xml checkstyle.xml fixes 9 years ago
header.txt License updated 9 years ago
pom.xml [maven-release-plugin] prepare for next development iteration 9 years ago

README.md

Redis based In-Memory Data Grid for Java. Redisson.

Maven Central

Use familiar Java data structures with power of Redis.

Based on high-performance async and lock-free Java Redis client and Netty 4 framework.
Redis 2.8+ and JDK 1.6+ compatible.

Please read documentation for more details.
Redisson releases history.

Licensed under the Apache License 2.0.

Welcome to support chat - Join the chat at https://gitter.im/mrniko/redisson

Features

Projects using Redisson

Setronica, Monits, Brookhaven National Laboratory, [Netflix Dyno client] (https://github.com/Netflix/dyno), 武林Q传, Ocous, Invaluable, Clover , Apache Karaf Decanter, Atmosphere Framework

Maven

Include the following to your dependency list:

<dependency>
   <groupId>org.redisson</groupId>
   <artifactId>redisson</artifactId>
   <version>2.3.0</version>
</dependency>

Gradle

compile 'org.redisson:redisson:2.3.0'

Downloads

Redisson node 2.3.0

Supported by

YourKit is kindly supporting this open source project with its full-featured Java Profiler. YourKit, LLC is the creator of innovative and intelligent tools for profiling Java and .NET applications. Take a look at YourKit's leading software products: YourKit Java Profiler and YourKit .NET Profiler.