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.