본문 바로가기

개발/redis4

Redis 설치 #1.epel 저장소 추가 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm #2.redis 설치 yum install redis --enablerepo=epel #3.redis server 시작 systemctl start redis #4.redis server 종료 systemctl stop redis #5.재시작 시에 redis server 자동 실행 등록 systemctl enable redis 2023. 3. 2.
[redis]레디스(RDM - GUI for Redis) [RDM] https://apps.apple.com/app/redisdesktopmanager/id1475905948 ‎RDM - GUI for Redis ® ‎RDM offers you an easy-to-use GUI to access your Redis ® databases and perform some basic operations: * View keys as a tree * CRUD keys * Analyse memory usage for entire DB or for selected namespace in tree-view (redis-server >= 4.0 is required) * List apps.apple.com [medis] 1-1. GitHub clone https://github.. 2021. 9. 1.
[Redis] Redis Data [출처] http://kimpaper.github.io/2016/07/27/redis-datatype/ redis data type 종류 - 기록 저장소 Redis Data Type 요약 인터넷상에 수많은 좋은 자료가 있음에도 공부 차원에서 정리를 한다 테스트는 redis-cli를 이용해서 하지만 실제 사용은 언어에 맞는 api library를 사용 할듯 개요 http://redis.io/topic kimpaper.github.io Redis Data Type 요약 인터넷상에 수많은 좋은 자료가 있음에도 공부 차원에서 정리를 한다 테스트는 redis-cli를 이용해서 하지만 실제 사용은 언어에 맞는 api library를 사용 할듯 개요 http://redis.io/topics/data-types-int.. 2021. 8. 23.
[redis] aws elasticache redis, 코드이그나이터 1. elasticache redis 생성 https://brunch.co.kr/@topasvga/1191 402 ElastiCache 사용법- linux ElastiCache 실습 과정 | 구성 ElastiCache 생성 Elasticache 접속 위해 6379 포트 보안 그룹 허용하기 Elasticache Endpoint 확인 EC2 만들고 ElastiCache 액세스 하기 EC연결 Elasticache brunch.co.kr 2. redis endpoint 확인 3. EC2 보안그룹 인바운드 TCP 6379 any 허용 4. EC2 redis-cli 설치 4-1. 레디스 설치 확인 - redis-cli -v 4-2. 레디스 설치 - apt-get install redis-tools 4-3. 레디스 .. 2021. 8. 23.