From c826bc8c34d2a1bd2473fbf7d2ae236a991ad68c Mon Sep 17 00:00:00 2001 From: Ivan Baidakou Date: Sat, 27 Apr 2019 15:35:52 +0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 094ffdcc..5fcfd1ba 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ Boost::ASIO low-level redis client (connector) ## Features - header only +- zero-copy (currently only for received replies from Redis) - low-level controls (i.e. you can cancel, or do manual DNS-resolving before a connection) - unix domain sockets support - works on linux (clang, gcc) and windows (msvc)