Skip to content

Commit 070ea21

Browse files
committed
add
1 parent 8523e96 commit 070ea21

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

_posts/2024/fragments/2024-07-06-redis-cluster-mode.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "-"
2+
title: "redis cluster mode"
33
layout: single
44
author_profile: false
55
read_time: true
@@ -14,7 +14,7 @@ toc_stiky: true
1414
description: ""
1515
article_section: ""
1616
meta_keywords: ""
17-
last_modified_at: '"2024-06-30 09:00:00 +0800"'
17+
last_modified_at: '"2024-07-06 09:00:00 +0800"'
1818
---
1919
redis cluster mode에 대해 이해하고, 현재 구성된 redis 환경 정보를 확인하는 방법에 대해 알아봅니다.
2020

_posts/2024/fragments/2024-07-06-sharding.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
---
2+
title: "sharding"
3+
layout: single
4+
author_profile: false
5+
read_time: true
6+
share: true
7+
related: true
8+
categories:
9+
- Daily
10+
tags:
11+
- Blog
12+
toc: false
13+
toc_stiky: true
14+
description: ""
15+
article_section: ""
16+
meta_keywords: ""
17+
last_modified_at: '"2024-07-06 09:00:00 +0800"'
18+
---
119

220
# TL; DR
321
샤딩은 수평분할과 관련된 아키텍쳐 패턴입니다.

0 commit comments

Comments
 (0)