Redis Packages

redis-timed-disconnector

Get a redis connection and auto-terminate after X seconds. If you require a new connection, you will get the one active if present. If there is no active connection, a new one will be created. Very useful when digesting a huge queue

0.1.0 • Published 11 years ago

distributedlock

A distributed lock algorithm using redis, see http://redis.io/topics/distlock. Uses a Redis instance to allow distributed lock. This allows a certain process to make use of a resource one at a time.

1.0.0 • Published 10 years ago