Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wwwanlingxiao
system-design-primer
Commits
578e29cf
Unverified
Commit
578e29cf
authored
Feb 13, 2022
by
Nnachevvv
Committed by
GitHub
Feb 12, 2022
Browse files
Fix memcache architecture URL (#631)
parent
e8a867ee
Changes
4
Hide whitespace changes
Inline
Side-by-side
README-ja.md
View file @
578e29cf
...
...
@@ -966,7 +966,7 @@ NoSQL は **key-value store**、 **document-store**、 **wide column store**、
*
[
キーバリューデータベース
](
https://en.wikipedia.org/wiki/Key-value_database
)
*
[
キーバリューストアの欠点
](
http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or
)
*
[
Redisアーキテクチャ
](
http://qnimate.com/overview-of-redis-architecture/
)
*
[
メムキャッシュアーキテクチャ
](
https://
www.
adayinthelifeof.nl/2011/02/06/memcache-internals/
)
*
[
メムキャッシュアーキテクチャ
](
https://adayinthelifeof.nl/2011/02/06/memcache-internals/
)
#### ドキュメントストア
...
...
README-zh-Hans.md
View file @
578e29cf
...
...
@@ -977,7 +977,7 @@ NoSQL 是**键-值数据库**、**文档型数据库**、**列型数据库**或*
-
[
键-值数据库
](
https://en.wikipedia.org/wiki/Key-value_database
)
-
[
键-值存储的劣势
](
http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or
)
-
[
Redis 架构
](
http://qnimate.com/overview-of-redis-architecture/
)
-
[
Memcached 架构
](
https://
www.
adayinthelifeof.nl/2011/02/06/memcache-internals/
)
-
[
Memcached 架构
](
https://adayinthelifeof.nl/2011/02/06/memcache-internals/
)
#### 文档类型存储
...
...
README-zh-TW.md
View file @
578e29cf
...
...
@@ -967,7 +967,7 @@ NoSQL 指的是 **鍵-值對的資料庫**、**文件類型資料庫**、**列
*
[
鍵值對資料庫
](
https://en.wikipedia.org/wiki/Key-value_database
)
*
[
鍵值對資料庫的缺點
](
http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or
)
*
[
Redis 架構
](
http://qnimate.com/overview-of-redis-architecture/
)
*
[
Memcached 架構
](
https://
www.
adayinthelifeof.nl/2011/02/06/memcache-internals/
)
*
[
Memcached 架構
](
https://adayinthelifeof.nl/2011/02/06/memcache-internals/
)
#### 文件類型資料庫
...
...
README.md
View file @
578e29cf
...
...
@@ -1015,7 +1015,7 @@ A key-value store is the basis for more complex systems such as a document store
*
[
Key-value database
](
https://en.wikipedia.org/wiki/Key-value_database
)
*
[
Disadvantages of key-value stores
](
http://stackoverflow.com/questions/4056093/what-are-the-disadvantages-of-using-a-key-value-table-over-nullable-columns-or
)
*
[
Redis architecture
](
http://qnimate.com/overview-of-redis-architecture/
)
*
[
Memcached architecture
](
https://
www.
adayinthelifeof.nl/2011/02/06/memcache-internals/
)
*
[
Memcached architecture
](
https://adayinthelifeof.nl/2011/02/06/memcache-internals/
)
#### Document store
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment