jneen / mock_redis

A little class that acts like redis-rb, but for testing on machines without redis.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Usage:

r = MockRedis.new(:some, :cool => :options)

now pretend r is a redis client.  see github.com/ezmobius/redis-rb.
DO NOT USE IN PRODUCTION. PLZ. KTHX

This was based on a random file in assaf's "vanity", but as I extended it, it seemed like it needed its own repo.

About

A little class that acts like redis-rb, but for testing on machines without redis.


Languages

Language:Ruby 100.0%