TiloBox
Back to directory
Redisson project preview

Redisson

Redis Java client: ultra-fast distributed locks, collections, and objects for enterprise clusters.

LicenseApache-2.0
GitHub stars23.5k
Last commit6 days ago
Tags5 topics
Redis Java DriverIn Memory Data GridDistributed Locks JavaRedisson FrameworkDeveloper Tools
Overview

Why consider Redisson?

Redisson is an open-source Redis Java client and in-memory data grid written by Nikita Koksharov. Redisson wraps Redis commands into familiar Java collections (Map, Set, List, Queue), distributed locks (RLock, FairLock, Semaphore), and multi-datacenter replication topologies.

Guided learning

Learn Redisson by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of Redisson

Redisson coordinates distributed Java lock synchronization and atomic collections across Redis clusters.

Quickstart

xml
1<dependency>
2 <groupId>org.redisson</groupId>
3 <artifactId>redisson</artifactId>
4 <version>3.31.0</version>
5</dependency>

Redisson is licensed under the Apache License Version 2.0.

Related tools

More options with a similar category or technology profile.

Redisson FAQs

Redisson is listed as a Developer Tools tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

Redisson is listed under the Apache-2.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

Redisson is listed as an alternative to Hazelcast. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.