You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/5.1/concepts/explore-tikv-features/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,4 +15,4 @@ TiKV offers the following key features:
15
15
|[High fault tolerance and auto-recovery](../fault-tolerance)| TiKV applies the Raft consensus algorithm to replicate data to multiple nodes, thus achieving high fault tolerance. |
16
16
|[TTL (Time to Live) on RawKV](../ttl)| RawKV supports TTL to automatically clear expired Key-Value pairs. |
17
17
|[CAS (Compare And Swap) on RawKV](../cas)| RawKV supports the compare-and-swap operation to achieve synchronization in multi-threading. |
18
-
|[Distributed Transaction](../distributed-dransaction)| Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |
18
+
|[Distributed Transaction](../distributed-transaction)| Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |
Copy file name to clipboardExpand all lines: content/docs/6.1/concepts/explore-tikv-features/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,4 +16,4 @@ TiKV offers the following key features:
16
16
|[High fault tolerance and auto-recovery](../fault-tolerance)| TiKV applies the Raft consensus algorithm to replicate data to multiple nodes, thus achieving high fault tolerance. |
17
17
|[TTL (Time to Live) on RawKV](../ttl)| RawKV supports TTL to automatically clear expired Key-Value pairs. |
18
18
|[CAS (Compare-And-Swap) on RawKV](../cas)| RawKV supports the compare-and-swap operation to achieve synchronization in multi-threading. |
19
-
|[Distributed Transaction](../distributed-dransaction)| Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |
19
+
|[Distributed Transaction](../distributed-transaction)| Similar to [Google Spanner](https://ai.google/research/pubs/pub39966), TiKV supports externally consistent distributed transactions. |
0 commit comments