forked from mirror/ledisdb
update doc
This commit is contained in:
parent
4d974a0db7
commit
87f19c8591
|
@ -69,7 +69,8 @@ If a slave first syncs from a master A, then uses `slaveof` to sync from master
|
||||||
|
|
||||||
## Limitation
|
## Limitation
|
||||||
|
|
||||||
|
+ Multi-Master is not supported.
|
||||||
+ Replication can not store log less than current LastLogID.
|
+ Replication can not store log less than current LastLogID.
|
||||||
+ Cycle replication is not supported.
|
+ Circular replication is not supported.
|
||||||
+ Master and slave must set `use_replication` to true to support replication.
|
+ Master and slave must set `use_replication` to true to support replication.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue