maritz / nohm

node.js object relations mapper (orm) for redis
http://maritz.github.io/nohm/
MIT License
500 stars 64 forks source link

Timestamp should be Number instead of String #187

Open maritz opened 2 years ago

maritz commented 2 years ago

There are very few usecases imo where it makes more sense to leave the timestamp as a string instead of converting it to int upon retrieval from the db.

This would be a breaking change, so requires major version bump.