An open API service indexing awesome lists of open source software.

https://github.com/asphalt-framework/asphalt-redis

Redis integration component for the Asphalt framework
https://github.com/asphalt-framework/asphalt-redis

python3 redis

Last synced: 5 months ago
JSON representation

Redis integration component for the Asphalt framework

Awesome Lists containing this project

README

          

.. image:: https://github.com/asphalt-framework/asphalt-redis/actions/workflows/test.yml/badge.svg
:target: https://github.com/asphalt-framework/asphalt-redis/actions/workflows/test.yml
:alt: Build Status
.. image:: https://coveralls.io/repos/github/asphalt-framework/asphalt-redis/badge.svg?branch=master
:target: https://coveralls.io/github/asphalt-framework/asphalt-redis?branch=master
:alt: Code Coverage
.. image:: https://readthedocs.org/projects/asphalt-redis/badge/?version=latest
:target: https://asphalt-redis.readthedocs.io/en/latest/?badge=latest
:alt: Documentation Status

This Asphalt framework component provides connectivity to Redis_ database servers.

It is a wrapper for the redis-py_ library.

.. _Redis: http://redis.io/
.. _redis-py: https://github.com/redis/redis-py

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

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