본문 바로가기
+ Application/Redis

[Redis] Redis(레디스) 최신 버전으로 설치하기 ( 6.0 버전 )

by 염불법사 2020. 8. 11.
728x90
반응형

Cent OS 7 버전에서 설치 하기 위해 찾아본 결과 아래와 같이 하면 최신 안정화 버전으로 설치 할 수 있었다.

* SSH 터미널에서 다음 명령을 실행하여 Remi 저장소를 활성화

sudo yum install epel-release yum-utils
sudo yum install http://rpms.remirepo.net/enterprise/remi-release-7.rpm
sudo yum-config-manager --enable remi

* 설치 하기 

sudo yum install redis

 

* 참고사이트

https://linuxize.com/post/how-to-install-and-configure-redis-on-centos-7/

 

How to Install and Configure Redis on CentOS 7

Redis is an open-source in-memory data structure store. It can be used as a database, cache and message broker and supports various data structures such as Strings, Hashes, Lists, Sets etc.

linuxize.com

728x90
반응형

댓글


loading