Skip to content

Commit 61c215d

Browse files
YufeiHudormando
authored andcommitted
Fixing two typos in _index.md
1 parent 031a9bc commit 61c215d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ The servers understand how to store and fetch items. They also manage when to ev
4242

4343
### Servers are Disconnected From Each Other
4444

45-
Memcached servers are unaware of each other. There is no crosstalk, no syncronization, no broadcasting, no replication. Adding servers increases the available memory. Cache invalidation is simplified, as clients delete or overwrite data on the server which owns it directly.
45+
Memcached servers are unaware of each other. There is no crosstalk, no synchronization, no broadcasting, no replication. Adding servers increases the available memory. Cache invalidation is simplified, as clients delete or overwrite data on the server which owns it directly.
4646

4747
### O(1)
4848

49-
All commands are implemented to be as fast and lock-friendly as possible. This gives allows near-deterministic query speeds for all use cases.
49+
All commands are implemented to be as fast and lock-friendly as possible. This allows near-deterministic query speeds for all use cases.
5050

5151
Queries on slow machines should run in well under 1ms. High end servers can serve millions of keys per second in throughput.
5252

0 commit comments

Comments
 (0)