Sha256: c78bd113020145c016c869132b562eb82f518e43f348693078533bb7f3816f6b

Contents?: true

Size: 502 Bytes

Versions: 16

Compression:

Stored size: 502 Bytes

Contents

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

Requires the redis gem.

Namespaces all Redis calls.

``` ruby
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



Testing
=======

    $ bundle install
    $ rake


Author
=====

Chris Wanstrath :: chris@ozmm.org
Terence Lee :: hone02@gmail.com

Version data entries

16 entries across 16 versions & 4 rubygems

Version Path
ish_lib_manager-0.0.1 test/dummy/vendor/bundle/ruby/2.3.0/gems/redis-namespace-1.5.2/README.md
redis-namespace-1.5.2 README.md
redis-namespace-1.5.1 README.md
redis-namespace-1.5.0 README.md
redis-namespace-1.4.1 README.md
redis-namespace-1.4.0 README.md
redis-namespace-1.4.0.rc.0 README.md
redis-namespace-1.3.2 README.md
redis-namespace-1.2.2 README.md
redis-namespace-1.3.1 README.md
sidekiq-statsd-0.1.1 vendor/ruby/1.9.1/gems/redis-namespace-1.3.0/README.md
sidekiq-statsd-0.1.0 vendor/ruby/1.9.1/gems/redis-namespace-1.3.0/README.md
redis-namespace-1.3.0 README.md
redis-namespace-with-multi-1.2.1 README.md
redis-namespace-1.2.1 README.md
redis-namespace-1.2.0 README.md