Path: | README.rdoc |
Last Update: | Wed Apr 17 06:50:15 +0000 2013 |
# Familia - 0.7 BETA
**Organize and store ruby objects in Redis**
## Basic Example
class Bone < Storable include Familia index [:token, :name] field :token field :name list :owners set :tags zset :metrics hash :props string :value, :default => "GREAT!" end
## More Information
## Credits