Skip to content

ryanbriones/rubis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rubis

API for redis-backed ruby objects

Blog post about the concept at bit.ly/b2s0ah

Installation

gem install rubis

Usage

Rubis.redis = 'localhost:6379'
module Foo
  class Bar
    extend Rubis::Namespace
  end
end

Foo::Bar.rpush('key', 'value')
# => redis.rpush('foo:bar:key', 'value')

TODO

  • API for persistent objects

Author

Ryan Carmelo Briones <ryan.briones@brionesandco.com>

About

API for redis-backed ruby objects

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages