-
Notifications
You must be signed in to change notification settings - Fork 4
About spinach
Spinach is a scalable thread-safe Disque client providing synchronous,
asynchronous and reactive APIs. Multiple threads may share one connection if they avoid blocking operations such as GETJOB
.
Multiple connections are efficiently managed by the excellent netty NIO
framework.
It is the first client based on lettuce that provides an excellent foundation to build clients using the Redis protocol semantics.
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.
We provide detailed changes for each spinach release.
Be sure to read the CONTRIBUTING guidelines before reporting a new lettuce issue or open a pull request.
If you have any questions about the lettuce usage or want to share some information with the community, please go to one of the following places:
More resources:
- Javadoc
- Build status: Travis CI
- All versions: Maven Central
- Snapshots: Sonatype OSS Repository
Intro
Getting started
Advanced usage
- QueueListener API
- SocketAddress Supplier API
- Client options
- SSL Connections
- Unix Domain Sockets
- Connection Events
- Command Interfaces
- Stateful Connections
Integration and Extension
- Codecs
- CDI Support (future)
- Spring Support (future)
Internals