Skip to main content

Store and retrieve data in a consistent way in a key-value store using Django Rest Framework serializers

Project description

drf-keyvalue

coverage

Store and retrieve data in a consistent way in a key-value store using Django Rest Framework serializers

About

Supported backends

  • Redis

Installation

pip install drf-keyvalue

Setup


Usage

For detailed usage, see the tests

from drf_keyvalue.keyvalue import get_client

import redis
redis.StrictRedis(host='localhost', port=6379, db=0)

client = get_client('keyvalue.backends.RedisBackend', connection)

Development

Updating pypi repo:

  1. Bump the version:

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

drf-keyvalue-0.0.1.tar.gz (2.1 kB view hashes)

Uploaded Source

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