Skip to main content

A library for easy use redis.

Project description

it is SMAAAART!!

Quick start

  1. Install packages:

    pip install django-smart-redis
  2. Add “django_smart_redis” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = [
        ...
        'django_smart_redis',
        ...
    ]
  3. Settings:

    SMART_REDIS_HOST='127.0.0.1'
    SMART_REDIS_PORT=6379
    SMART_REDIS_DB=0
    SMART_REDIS_PASSWORD="pswd"
    SMART_REDIS_NAMESPACE="cache"
  1. Example code:

Coming soon…

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

django-smart-redis-1.5.2.tar.gz (4.9 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