Skip to main content

An redis python datastructures package.

Project description

redis-cooker

GitHub Build Status codecov PyPI

An redis python datastructures package

Installation

To install redis-cooker, simply:

$ pip install redis-cooker

or from source:

$ python setup.py install

Getting Started

>>> from redis_cooker.collections import RedisDict
>>> data = RedisDict("first:RedisDict", init={"a": 1, "b":2})
>>> for v in data.values(): print(v)

By default, all responses are returned as str.

Python Version Support

redis-cooker tested with Python 3.6 - 3.8.

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

redis-cooker-2020.10rc10.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

redis_cooker-2020.10rc10-py3-none-any.whl (8.9 kB view hashes)

Uploaded 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