Skip to content

Implement serialization and replication #64

@lantiga

Description

@lantiga

So far we didn't really take care of serialization and replication for RedisAI data types.
It should be straightforward, with one caveat: in MODELSET we take the protobuf, deserialize it and throw it away (we only keep the model in memory, not the protobuf as it would be wasteful).
However, we will need to serialize the protobuf as-is (pre deserialization) for persistence and replication within the call to ModelSet.

Related to #63.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions