Skip to content

Commit 2aff68b

Browse files
committed
updated with distributed intro
1 parent ec09f97 commit 2aff68b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

distributed/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ CAP theorem states that a distributed data store cannot simultaneously be consis
3232
## BASE Theory
3333
- **B**asically **A**vailable — The system always returns a response.
3434
- **S**oft state — The system could change over time, even during times of no input (due to eventual consistency).
35-
- **E**ventual consistency — In the absence of input, the data will spread to every node sooner or later — thus becoming consistent.
36-
-
35+
- **E**ventual #consistency — In the absence of input, the data will spread to every node sooner or later — thus becoming consistent.
36+
3737
## Categories
3838

3939
### Distributed Storage

0 commit comments

Comments
 (0)