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 Search A Key Pattern In Redis Hash?

I have a hash table whose keys are of pattern USER_TEL like: bob_123456 : Some address mary_567894… Read more How To Search A Key Pattern In Redis Hash?

Python Redis Subscribe Can Not Get All Datas?

I am using python to get datas from redis and then parser it to kafka. It works well in most situat… Read more Python Redis Subscribe Can Not Get All Datas?

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//'

How To Store An Image Into Redis Using Python / Pil

I'm using python and the Image module(PIL) to process images. I want to store the raw bits stre… Read more How To Store An Image Into Redis Using Python / Pil

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

Same Task Executed Multiple Times

I have ETA tasks that get sent to a Redis broker for Celery. It is a single celery and redis instan… Read more Same Task Executed Multiple Times

Redis - Error: Value Is Not A Valid Float

I have a sorted set in Redis. I am trying to update the counter value of a specific element by usin… Read more Redis - Error: Value Is Not A Valid Float