Posts tagged ohm

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 »

Aug05

Fuzzy searching in SOLR with Sunspot

solr sunspot ohm fuzzy | comments

At one point or another, you’ll need this functionality:

Find all people whose names start with Jo Sm <- (i.e. the famous John Smith)

Step 1. Make it work

How do we go about that in SOLR (specifically using sunspot?). Here’s my brain dump based off of a gist:

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: