README.rdoc

Path: README.rdoc
Last Update: Tue Sep 25 05:59:32 +0000 2012

# 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

[Validate]