This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
LICENSE | Tue Dec 15 10:08:02 -0800 2009 | |
| |
README.md | Tue Dec 15 10:15:16 -0800 2009 | |
| |
Rakefile | Tue Dec 15 10:15:31 -0800 2009 | |
| |
lib/ | Tue Dec 15 10:15:00 -0800 2009 | |
| |
spec/ | Tue Dec 15 10:15:00 -0800 2009 |
README.md
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







