- Memory DB이다.
- no-sql db로 기본적으로 Key와 Value 쌍의 형태로 데이터를 메모리에 저장
- 메모리에 저장된 내용을 지속시키기 위해 파일로 싱크하는 기능 제공
- data type은 5가지 이다.
- Strings
- List
- Hashes
- Sorted set
'Development > Web & Server' 카테고리의 다른 글
[Spring Framework] Json RPC Server 구현하기 (0) | 2013.11.11 |
---|---|
[Protocol] Json RPC란... (0) | 2013.11.11 |
ZooKeeper란.. (0) | 2013.11.04 |
Apache 로드 벨런싱 & Tomcat 세션 클러스터링 (0) | 2013.11.01 |
[Play Framework] Maven 연동하기~! (0) | 2013.10.30 |