From 34823a6dbf4c2b3a3c092a669868620f33e55f19 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Wed, 18 Jun 2014 14:30:00 +0200 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f15411e0e..cfd01e935e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ lettuce - A scalable Java Redis client ====================================== +[![Build Status](https://snap-ci.com/mp911de/lettuce/branch/master/build_image)](https://snap-ci.com/mp911de/lettuce/branch/master) + Lettuce is a scalable thread-safe Redis client providing both synchronous and asynchronous connections. Multiple threads may share one connection provided they avoid blocking and transactional operations such as BLPOP, and MULTI/EXEC.