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
- Host: GitHub
- URL: https://github.com/asphalt-framework/asphalt-redis
- Owner: asphalt-framework
- License: apache-2.0
- Created: 2015-10-18T08:34:26.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2026-01-12T20:11:13.000Z (5 months ago)
- Last Synced: 2026-01-13T01:19:46.217Z (5 months ago)
- Topics: python3, redis
- Language: Python
- Size: 104 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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 `_