networktocode / diffsync

A utility library for comparing and synchronizing different datasets.
https://diffsync.readthedocs.io/
Other
155 stars 26 forks source link

Update Docs for Redis Backend #272

Open bitstreambiker opened 6 months ago

bitstreambiker commented 6 months ago

Per this thread:

https://github.com/networktocode/diffsync/pull/106

Please update documentation for Redis backend as a self.update is necessary after adding child models for the pointers to get the links serialized in pickle. Otherwise, the diff only picks up the parent model.

As the thread discusses, no update is needed for the Local back end.