redis_wrap
----------

redis-wrap_ implements a wrapper for Redis datatypes so they mimic the datatypes found in Python

Configuration
~~~~~~~~~~~~~

.. code-block:: yaml

    ioc.extra.redis_wrap:
        clients:
            default: ioc.extra.redis.client.default


.. _redis-wrap: https://github.com/Doist/redis_wrap
