
Redis 명령어 keys * 저장 되어있는 현재의 키값들을 확인 (데이터량이 많은 경우 부하가 심하므로 운영중일때는 주의필요) set [key] [value] 데이터 저장 get [key] 키의 데이터 조회 mset [key] [value] [key] [value] ... 여러개의 데이터 저장 mget [key] [key] [key] ... key들로 데이터 조회 exists [key] 해당 key 존재여부 존재 1 미존재 0 리턴 keys *word* 해당 단어가 포함된 key 조회 DB Like 검색 rename [기존key] [변경할key] 존재하던 key를 변경 setex [key] [second] [value] 지정한 시간만큼만 존재하는 key value 생성 ttl [key] 소멸까지 남은시..

개발환경 Spring Boot 2.7.0 JDK 1.8 Build Maven https://devhj.tistory.com/24?category=721156 윈도우10 Redis 설치 및 기본 설정 1.Redis란? 레디스(Redis)는 Remote Dictionary Server의 약자로서[4], "키-값" 구조의 비정형 데이터를 저장하고 관리하기 위한 오픈 소스 기반의 비관계형 데이터베이스 관리 시스템(DBMS)이다. 2009년 살 devhj.tistory.com 프로젝트생성 (의존성 : Spring data Redis) application.yml spring: redis: lettuce: pool: max-active: 10 max-idle: 10 min-idle: 2 port: 6379 host..

1.Redis란? 레디스(Redis)는 Remote Dictionary Server의 약자로서[4], "키-값" 구조의 비정형 데이터를 저장하고 관리하기 위한 오픈 소스 기반의 비관계형 데이터베이스 관리 시스템(DBMS)이다. 2009년 살바토르 산필리포(Salvatore Sanfilippo)가 처음 개발했다. 2015년부터 Redis Labs가 지원하고 있다. 모든 데이터를 메모리로 불러와서 처리하는 메모리 기반 DBMS이다. BSD 라이선스를 따른다. DB-Engines.com의 월간 랭킹에 따르면, 레디스는 가장 인기 있는 키-값 저장소이다.[5] 레디스 - 위키백과, 우리 모두의 백과사전 위키백과, 우리 모두의 백과사전. 레디스(Redis)는 Remote Dictionary Server의 약자로서..

Intellij 에서 Spring boot 2.7.3 프로젝트를 생성 후 내장톰캣으로 프로젝트를 구동하였는데 JMX 관련하여 오류가 발생 The server sockets created using the LocalRMIServerSocketFactory only accept connections from clients running on the host where the RMI remote objects have been exported Port already in use: nested exception 구동할때마다 바뀌는 Exception 내용들이 있어서 구글링을 통해 JMX 를 비활설화 application.properties 에서 spring.application.admin.enabled=false..
- Total
- Today
- Yesterday
- CompositeItemWriter
- custom Item writer
- SpringBatch 5.1.1
- tomcat gzip
- codecommit repository
- Enum equals
- 업비트 웹소켓
- 업비트 웹소켓 자바
- Spring Actuator
- WebSocketClient
- 프라이빗 저장소
- Enum Equals ==
- okhttp3 websocket
- cacheevict
- JdbcBatchItem
- interceptor 예제
- AWS 클라우드 환경
- actuator prometheus grafana
- spring boot redis cache
- Enum ==
- spring boot gzip
- spring security
- redis cache
- sse vs websocket
- nginx gzip
- spring redis cache
- spring boot jpa crud
- Spring boot Actuator
- nvWebSocket
- spring boot jpa
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |