문서의 선택한 두 판 사이의 차이를 보여줍니다.
양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
nosql:redis [2021/10/07 09:04] kwon37xi |
nosql:redis [2024/07/12 10:16] (현재) kwon37xi |
||
---|---|---|---|
줄 1: | 줄 1: | ||
====== Redis ====== | ====== Redis ====== | ||
+ | * [[nosql: | ||
* [[http:// | * [[http:// | ||
* [[http:// | * [[http:// | ||
줄 8: | 줄 8: | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
+ | * [[nosql: | ||
===== 기본 명령 ===== | ===== 기본 명령 ===== | ||
+ | * [[https:// | ||
* [[http:// | * [[http:// | ||
* [[https:// | * [[https:// | ||
- | |||
===== Ubuntu 설치 ===== | ===== Ubuntu 설치 ===== | ||
<code sh> | <code sh> | ||
sudo apt-get install build-essential | sudo apt-get install build-essential | ||
- | # 버전은 알아서 | + | # 버전은 알아서 |
wget http:// | wget http:// | ||
tar xzf redis-3.0.0.tar.gz | tar xzf redis-3.0.0.tar.gz | ||
줄 65: | 줄 66: | ||
* [[https:// | * [[https:// | ||
+ | ===== Client Size Cache ===== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
===== GUI ===== | ===== GUI ===== | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | ===== Multi threaded IO ===== | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | |||
===== 참조 ===== | ===== 참조 ===== | ||
줄 77: | 줄 86: | ||
* [[https:// | * [[https:// | ||
* [[https:// | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// | ||
+ | * [[https:// |