- Added internal support for async writes which improves performance and parallelism with large command batches where the command is larger than the kernel buffer size.
1.0
-----------
(released on Sep 4th 2015)
- Added support for automatic batching of GET and SET to MGET and MSET. - Added emulated `mget` and `mset` commands to promise based clients. - Fixed a bug with the HostInfo not comparing correctly. - Added support for epoll as an alternative to poll.