From 0da47a0cee49fc4b4754ad62a11177753b0827c0 Mon Sep 17 00:00:00 2001 From: Nikita Koksharov Date: Tue, 17 Nov 2015 15:58:22 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9b8faefb7..3fdbb29c0 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ Features * Thread-safe implementation * All commands are executed in an atomic way * Supports [Redis pipelining](http://redis.io/topics/pipelining) (command batches) +* Supports Android platform * 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