You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be simple to implement actually, and its honestly the best way to go about it, saving things that arent defined on the schema usually isnt a great idea.
However this was done because people have asked to be able to save anything even if not defined on the schema, i would also like to see an option for this like strict: true.
hi, there!
Is it possible to save only the in the schema defined properties?
Or to define properties, that will not be saved in redis?
Example:
Schema:
and then I save data:
will result in having both properties (uuid and user-language) in the redis json object.
Currently it looks like i have to do this manually,
but I like to keep the Data on the Object to use it later.
so I would need to do something like:
with multiple Properties or Objects as Properties, this is :-(
Idea:
(which would be a simple solution to avoid saving unwanted data for unexperienced user as well)
or
Thanks.
The text was updated successfully, but these errors were encountered: