anchovycation / metronom

Easy to use Redis ORM based on node-redis with TypeScript support
https://anchovycation.github.io/metronom/
GNU General Public License v3.0
7 stars 3 forks source link

It should throw an error when a value of a different type is given to the data. #62

Open beyzaerkan opened 1 year ago

beyzaerkan commented 1 year ago

Although the Metronom model is type safe, it does not give an error when a different type is given to the data.