bustle / radredis

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

Store ID inside attributes #13

Closed southpolesteve closed 8 years ago

southpolesteve commented 8 years ago

Currently radredis does not store the id inside the attributes hash. The redis-util code currently running on typeset-api has the opposite behavior. Pick one way of doing things and think very carefully about it. Not using the current typeset-api behavior may result in having to do a data migration on prod data

southpolesteve commented 8 years ago

Addressed in #14. For now going to go with existing behavior and store the ID inside the attributes hash. Seems like the least bad option.