Skip to content
This repository has been archived by the owner on Aug 3, 2019. It is now read-only.

About spinach

Mark Paluch edited this page Jul 14, 2015 · 1 revision

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.