Skip to content Skip to sidebar Skip to footer
Showing posts with the label Redis

Connect To Redis From Another Container In Docker

I have app, that used Tornado and tornado-redis. [image 'app' in docker images] I start red… Read more Connect To Redis From Another Container In Docker

Django, Redis: Where To Put Connection-code

I have to query redis on every request in my Django-app. Where can I put the setup/ connection rout… Read more Django, Redis: Where To Put Connection-code

Heroku: Background Tasks In Python With Rq

I am trying to set a background task for my Django app with Heroku. I am following the steps explai… Read more Heroku: Background Tasks In Python With Rq

Store User Information With Redis Or Mongodb

I need to store some user and document state information in a json-like object. For example: { … Read more Store User Information With Redis Or Mongodb

Flask-mail And Redis Queue Library Integration Giving Error

I am using Flask-Mail extension to enable mail sending in the app. I was not able to get celery wor… Read more Flask-mail And Redis Queue Library Integration Giving Error

Should Two Modules Use The Same Redis Connection? (i'm Working With Flask)

I'm building a Flask app that uses a Redis Queue. The code for the worker is: listen = ['de… Read more Should Two Modules Use The Same Redis Connection? (i'm Working With Flask)

How To Inspect And Cancel Celery Tasks By Task Name

I'm using Celery (3.0.15) with Redis as a broker. Is there a straightforward way to query the n… Read more How To Inspect And Cancel Celery Tasks By Task Name

Python-redis: Get Binary Data After A Client Was Set Up With Decode_responses=true

So, following the excellent suggestion in both this answer and that answer, I decided to replace a … Read more Python-redis: Get Binary Data After A Client Was Set Up With Decode_responses=true