Closed cobolbaby closed 3 years ago
Currently there is no ability to do it. Syncobj (unlike etcd) by itself doesn't store anything. How is it supposed to work?
Oh, I had a misunderstanding before. Does this mean that PySyncObj
only provides the function of file synchronization, and does not care about the content? The synchronized data is completely user-defined.
Does this mean that PySyncObj only provides the function of file synchronization, and does not care about the content?
Sort of, it provide API for synchronization of state machines (in a simple case - python classes).
ok
Just like etcdctl .