Metadata-Version: 2.0
Name: asphalt-redis
Version: 1.0.0
Summary: Redis integration component for the Asphalt framework
Home-page: https://github.com/asphalt-framework/asphalt-redis
Author: Alex Grönholm
Author-email: alex.gronholm@nextday.fi
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Topic :: Database
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: aioredis (>=0.2.6)
Requires-Dist: asphalt (~=2.0)

.. image:: https://travis-ci.org/asphalt-framework/asphalt-redis.svg?branch=master
  :target: https://travis-ci.org/asphalt-framework/asphalt-redis
  :alt: Build Status
.. image:: https://coveralls.io/repos/asphalt-framework/asphalt-redis/badge.svg?branch=master&service=github
  :target: https://coveralls.io/github/asphalt-framework/asphalt-redis?branch=master
  :alt: Code Coverage

This Asphalt framework component provides connectivity to Redis_ database servers.

It is a wrapper for the aioredis_ library.


Project links
-------------

* `Documentation`_
* `Help and support`_
* `Source code`_
* `Issue tracker`_


.. _Redis: http://redis.io/
.. _aioredis: https://github.com/aio-libs/aioredis
.. _Documentation: http://asphalt-redis.readthedocs.org/en/latest/
.. _Help and support: https://github.com/asphalt-framework/asphalt/wiki/Help-and-support
.. _Source code: https://github.com/asphalt-framework/asphalt-redis
.. _Issue tracker: https://github.com/asphalt-framework/asphalt-redis/issues


