bustle / radredis

Basic redis backed object modeling for Node.
19 stars 3 forks source link

beforeSave needs old attributes #16

Closed southpolesteve closed 8 years ago

southpolesteve commented 8 years ago

current: beforeSave(attributes)

should be: beforeSave(newAttributes, oldAttributes)