django-redis Questions

3

I am getting this error on my console log, and on form submit it keeps loading does not post data to the server. /home/Python/Working/Benutzerverwaltung/env/lib/python3.6/site-packages/channels/se...
Rigmarole asked 11/7, 2020 at 22:6

2

Solved

What I'm trying to do is build a custom version of cache_page where I have more control over the cache key, but I'm getting stuck with even the basic caching of my response: from django.core.cache...
Isidor asked 4/3, 2020 at 15:32

1

Fully loaded multi-tenant Django application with 1000's of WebSockets using Daphne/Channels, running fine for a few months and suddenly tenants all calling it the support line the application runn...
Elizabethelizabethan asked 15/5, 2021 at 22:11

0

I am new in django/redis and i'm starting to familiarize with heroku redis addon. However, i can only use set and get. When i'm trying to use other methods like hset , i get this error : 'RedisCac...
Touristy asked 31/1, 2018 at 21:15

1

Solved

I am using the django-redis backend and the django.core.cache.cache module. The django cache module does not seem to support proper functionality of pushing to lists and manipulating certain data ...
Congruity asked 28/12, 2016 at 16:4

1

I've got Redis set up as my cache in django, with the following setting: CACHES = { 'default': { 'BACKEND': 'redis_cache.RedisCache', 'LOCATION': 'localhost:6379', 'OPTIONS': { 'PICKLE_VERSIO...
Spermine asked 10/12, 2015 at 1:31

2

Solved

I've got a django project using django-redis 3.8.0 to connect to an aws instance of redis. However, I receive ConnectionError: Error 111 connecting to None:6379. Connection refused. when trying to ...
Cool asked 8/12, 2014 at 18:9
1

© 2022 - 2024 — McMap. All rights reserved.