IT/OS (Unix Linux Windows)
[Linux]redis 설치
에스카르차
2021. 3. 16. 13:26
728x90
출처 : https://honeyinfo7.tistory.com/m/247
Redis 설치 (6.0.4 버전)
설치 OS : CentOS7 레디스.. 회사에서 쓰는데,, 카프카와 동시에 잘 모르겠는 플랫폼.. 심지어 개발중인 시스템이 아닌 운영중인 시스템이기에 함부로 건드리지도 못하겠다. 이 부분에 대해서는 손
honeyinfo7.tistory.com
■ 설치
$ tar -xvf redis-6.2.0.tar
$ cd redis-6.2.0
$ make
※ makefile 있는지 확인할것
■ 기동
$ /redis-6.2.0/src/redis-server /redis-6.2.0/redis.conf &
■ 중지
$ /redis-6.2.0/src/redis-cil shutdown
728x90