- Add support for Redis Clusters in the new :class:`~tredis.Client` class - Add :meth:`~tredis.Client.cluster_info` and :meth:`~tredis.Client.cluster_nodes`
0.6.0
- Add :meth:`~tredis.Client.zrem` to the `Sorted Sets <http://redis.io/commandssorted_set>`_ commands - Locate master and reconnect when a ``READONLY`` response is received - Add :meth:`~tredis.Client.time` command
0.5.0
- Add `Hash <http://redis.io/commandshash>`_ commands (13 of 15) - Add `Sorted Sets <http://redis.io/commandssorted_set>`_ commands (3 of 21)