ServiceStack Entities Id field name
问题 I use ServiceStack and would like to store objects as hashes in Redis and get an access to their parts (fields) by ids without serializing whole object, so I have a questions: Is there a way to use other property then "Id", to mark id field? I am using naming conventions, where id field is named like "class name+Id". So in User class there will be UserId id field, in Itemclass ItemId and so on. Is the a way to update properties that were changed in the object without serializing whole object