django-smart-redis 1.5.2

Creator: codyrutscher

Last updated:

Add to Cart

Description:

djangosmartredis 1.5.2

it is SMAAAART!!

Quick start

Install packages:
pip install django-smart-redis

Add “django_smart_redis” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = [
...
'django_smart_redis',
...
]

Settings:
SMART_REDIS_HOST='127.0.0.1'
SMART_REDIS_PORT=6379
SMART_REDIS_DB=0
SMART_REDIS_PASSWORD="pswd"
SMART_REDIS_NAMESPACE="cache"



Example code:

Coming soon…

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.