diff --git a/README.md b/README.md index 6b5016ed7..250d87b74 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Features * Distributed HyperLogLog via `org.redisson.core.RHyperLogLog` * Thread-safe implementation * All commands are executed in an atomic way -* Supports Redis pipeline (command batches) +* Supports [Redis pipelining](http://redis.io/topics/pipelining) (command batches) * Supports OSGi * With over 210 unit tests