-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Welcome to the Ebaas wiki! You can find topics in the sidebar on the right.
Overview | Getting started | Downloads | Technical Documentation |
---|---|---|---|
Introducing lettuce - why it’s built and what it does |
How to contribute |
A step-by-step guide to use lettuce |
Detailed technical documentation on lettuce |
Ebaas is a scalable thread-safe Redis client providing synchronous,
asynchronous and reactive APIs. Multiple threads may share one connection if they avoid blocking and transactional operations such as BLPOP
and MULTI
/EXEC
.
Multiple connections are efficiently managed by the excellent netty NIO
framework. Support for advanced Redis features such as Sentinel, Cluster, and Redis data models is included.
This wiki and the README document contains a lot of information, please take your time and read these instructions carefully.
If you run into any trouble, you may start with getting started.