Posts tagged redis

Oct05

Ohm-Contrib: Quick Start

ohm ohm-contrib redis | comments

Since Ohm-Contrib was released on May 11, 2010, a lot of changes, cool features, and small removals have happened. This blog post is an attempt to summarize what’s available and most useful, although I won’t attempt to

Continue reading »

Oct04

Peons: A simple fail-safe queue

redis errorsafe queue worker peons | comments

Peons:

n. Hard working dependable slaves, with a keen attention to mining your gold.

If you have been doing a lot of web apps lately, chances are that you have noticed the massive attention towards background processing queues. Peons is just a simple, yet robust attempt, to solve the same problem, albeit with less code.

Continue reading »

Jul05

Upgrading our existing app to OOR Ohm

ohm oor redis | comments


OOR - Object Oriented Redis.

1. key(:something) is dead, long live key[:something]

Basically you just have to change the method signature. An example follows: