Add a functionality similar to Django ORM's save(update_fields=list) to the ojb.save() method. Currently, the save method writes all data in full to Redis. When two processes simultaneously save the same object, the later save operation will overwrite the attributes modified by the earlier save operation.