SSDB Attr
This gem provides an intuitive interface to define attributes on your ActiveModel class and save them in SSDB server.
Changelog
0.1.5
- Upgrade
activerecorddependency to support 5.1 - Change
after_commitcallback to useafter_create&after_save
0.1.4
- Add
SSDBAttr.load_attrs(objects, *fields)to load multiple attrs for multiple same objects at one time.
0.1.3
- Add
load_ssdb_attrsto get multiple values from SSDB once to avoid multiple SSDB calls.