Skip to main content

Redis Clieht with customizable retrying capability.

Project description

https://img.shields.io/badge/License-GPL%20v3-blue.svg https://img.shields.io/badge/Version-1.1.0-green.svg?style=flat

Redis Clieht with customizable retrying capability.

How to Install

pip install retry-redis

How To Use

Simply import retry decorated Redis and Use it.

>>> from retry_redis import Redis
>>> r = Redis()
>>> r.lpush('test', 1)

Package Dependency

  • redis

  • tenacity

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

retry-redis-1.1.0.tar.gz (3.2 kB view hashes)

Uploaded Source

Built Distribution

retry_redis-1.1.0-py2.py3-none-any.whl (15.5 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page