Django Redis

GPTKB entity

Statements (46)
Predicate Object
gptkbp:instance_of gptkb:software
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:software_framework
gptkbp:community_support user contributions
active community
frequent updates
issue tracking on Git Hub
gptkbp:dependency gptkb:software_framework
redis-py
gptkbp:developed_by Django community
gptkbp:features connection pooling
automatic connection management
customizable serialization
support for Redis Cluster
support for Redis Sentinel
support for multiple Redis databases
gptkbp:has_documentation https://django-redis.readthedocs.io/
https://www.w3.org/2000/01/rdf-schema#label Django Redis
gptkbp:installation pip install django-redis
gptkbp:is_compatible_with gptkb:software_framework
gptkbp:is_used_for caching
gptkbp:latest_version gptkb:Django_2.2+
4.12.1
gptkbp:license MIT License
gptkbp:performance high performance
low latency
gptkbp:project gptkb:Ninjutsu
gptkb:software_framework
django-celery
django-channels
django-rest-framework
gptkbp:provides cache backend
gptkbp:released_in gptkb:2013
gptkbp:repository https://github.com/jazzband/django-redis
gptkbp:setting settings.py
CACH E_ BACKEND setting
CACHES setting
OPTIONS setting
REDI S_ URL setting
gptkbp:supports gptkb:Ninjutsu
gptkbp:use_case real-time analytics
session storage
data caching
message brokering
task queues
gptkbp:written_in gptkb:Library