Skip to main content

This modules allows you to use redis just like a Python dictionary

Project description

Redpie

Use redis just like a Python dictionary

How to use

Installation

$ pip install redpie

Usage

from redpie import Redpie

r = Redpie(db=0, host='localhost', port=6379)  # Or just r = Redpie(); 0, localhost and 6379 are defaults


from requests import Session

r.update({
    'you can': 'assign basic types',
    'and even more complex things': Session
})

>>> print(r['and even more complex things']())
<requests.sessions.Session object at 0x10c68d5c0>

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

redpie-0.0.1.tar.gz (2.9 kB view hashes)

Uploaded Source

Built Distribution

redpie-0.0.1-py3-none-any.whl (6.5 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