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

Real-time Communication Between App And Webpage

I'm trying to figure out how to have a real time data displayed on a webpage through the use of… Read more Real-time Communication Between App And Webpage

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

Redis - Username, Password And Db?

Is it possible to use username, password and db in Redis? The reason for this question is because i… Read more Redis - Username, Password And Db?

When Starting Flower, I Get The Following: "dbm.error: Db Type Is Dbm.gnu, But The Module Is Not Available"

I am currently trying to setup a Python monitoring tool, called Flower, to check whether tasks are … Read more When Starting Flower, I Get The Following: "dbm.error: Db Type Is Dbm.gnu, But The Module Is Not Available"

Why Only One Connection To Redis Was Made In This Gevent Program?

I'm using gevent to build a server which do some redis stuff and return the result to client. B… Read more Why Only One Connection To Redis Was Made In This Gevent Program?

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?

Destroying / Removing A Queue() In Redis Queue (rq) Programmatically

Given: from redis import Redis from rq import Queue yesterday = Queue('yesterday', connect… Read more Destroying / Removing A Queue() In Redis Queue (rq) Programmatically

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

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

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

Rq - Empty & Delete Queues

I'm using RQ, and I have a failed queue with thousands of items, and another test queue I creat… Read more Rq - Empty & Delete Queues