skip to Main Content

pip won't install channels_redis

for working with Django channels I need to install "channels_redis". while installing "channels_redis" I face this error, any thought? by the way, I'm on windows and it showed me an error of C++ first and after installing Microsoft visual studio…

VIEW QUESTION

node-redis Does retry_strategy have a default value?

Redis connection was valid even when redis-server was stopped and restarted without the retry_strategy option. const conn = redis.createClient({ host: 'redisUrl', port: 'redisPort', ... socket_keepalive : true }); redisClient.on('connect', () => { console.log(`connect`); }).on('error', () => { console.log(`error`); }); Why?

VIEW QUESTION

Problems optimizing redis

I have some webscraped data. I'm using redis as my server and fetching data from nodejs and displaying it in react. This is what I have: 2 redis keys both ~ 200kb (so far, this will become ~10-20 mb in…

VIEW QUESTION
Back To Top
Search