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

How To Pause Or Resume Celery Task?

I am having a requirement in my project where customer can pause or resume process which are pendin… Read more How To Pause Or Resume Celery Task?

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

How To Insert Billion Of Data To Redis Efficiently?

I have around 2 billion key-value pairs and I want to load them into Redis efficiently. I am curren… Read more How To Insert Billion Of Data To Redis Efficiently?

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

Docker [errno 111] Connect Call Failed ('127.0.0.1', 6379)

I am trying to follow the tutorial here https://channels.readthedocs.io/en/latest/tutorial/part_2.h… Read more Docker [errno 111] Connect Call Failed ('127.0.0.1', 6379)

How To Set Hash Key Expiration In Redis According To The Existance Of The Key

I would like to set the expiration of some hash keys, and if it is the first time to hset the key, … Read more How To Set Hash Key Expiration In Redis According To The Existance Of The Key

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)

Django Valueerror: No Route Found For Path 'ws/chat//'

I'm working on making a simple chat app using this tutorial from youtube (github link here: LIN… Read more Django Valueerror: No Route Found For Path 'ws/chat//'