Project

familia

0.0
Low commit activity in last 3 years
A long-lived project that still receives updates
Familia: Organize and store ruby objects in Redis
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

~> 1.0.0
>= 1.0.0
~> 1.15
~> 0.10.0
>= 4.8, < 7
 Project Readme

# 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