From bdee30fd35ece013ce05af5054c47830287ca049 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Sat, 21 Nov 2015 18:26:19 +0300 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 153e7acec..bb0a4b11c 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,8 @@ Features * All commands are executed in an atomic way * Supports [Redis pipelining](http://redis.io/topics/pipelining) (command batches) * Supports Android platform -* Supports auto-reconnect +* Supports auto-reconnect +* Supports command auto-retry * Supports OSGi * Supports many popular codecs ([Jackson JSON](https://github.com/FasterXML/jackson), [CBOR](http://cbor.io/), [MsgPack](http://msgpack.org/), [Kryo](https://github.com/EsotericSoftware/kryo), [FST](https://github.com/RuedigerMoeller/fast-serialization), [LZ4](https://github.com/jpountz/lz4-java), [Snappy](https://github.com/xerial/snappy-java) and JDK Serialization) * With over 250 unit tests