Sha256: 472cf932d5455e59df02d517074ebfd742ed72d279e8a01c7a4b417c5c05638b

Contents?: true

Size: 413 Bytes

Versions: 17

Compression:

Stored size: 413 Bytes

Contents

redis-namespace
---------------

Requires the redis gem.

Namespaces all Redis calls.

    r = Redis::Namespace.new(:ns, :redis => @r)
    r['foo'] = 1000

This will perform the equivalent of:

    redis-cli set ns:foo 1000

Useful when you have multiple systems using Redis differently in your app.


Installation
============

    $ gem install redis-namespace


Author
=====

Chris Wanstrath :: chris@ozmm.org

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
redis-namespace-0.10.0 README.md
redis-namespace-0.9.0 README.md
redis-namespace-0.8.0 README.md
redis-namespace-0.7.0 README.md
redis-namespace-0.6.0 README.md
redis-namespace-0.5.1 README.md
redis-namespace-0.5.0 README.md
redis-namespace-0.4.4 README.md
redis-namespace-0.4.3 README.md
opengotham_redis-namespace-0.4.4 README.md
redis-namespace-0.4.2 README.md
redis-namespace-0.4.1 README.md
redis-namespace-0.4.0 README.md
redis-namespace-0.3.0 README.md
redis-namespace-0.2.1 README.md
redis-namespace-0.2.0 README.md
redis-namespace-0.1.1 README.md