Skip to content

delano/familia

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
lib
 
 
try
 
 
 
 
 
 
 
 
 
 
 
 

# 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

About

A little help with Redis.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages