- Quickly fixed `target_key`'s behavior to make sense so that the result on the promise is the value instead of a dictionary of a single host.
1.2
-----------
(released on Oct 7th 2015)
- Added `target_key` to the fanout client to simplify targeting of hosts.
1.1.2
-------------
(released on Sep 28th 2015)
- Fixed command buffers for disabled max concurrency. - Fixed map manager timeouts.
1.1.1
-------------
(released on Sep 15th 2015)
- Made rb work with older versions of pyredis.
1.1
-----------
(released on Sep 9th 2015)
- 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.