몇 달전에 redis client를 어떻게 사용하는게 더 잘 사용하는지에 대해서 여러가지 검토 및 테스트를 진행했었습니다.
시간이 지나서 많이 잊어버려서 몇가지만이라도 메모 해둡니다.
1. https://lettuce.io/core/release/reference/index.html#_pipelining_and_command_flushing 에 정리가 잘되어 있었습니다. (AWS 문서는 퀄리티가 높음)
2. lettuce를 사용했을때 Pipe 커맨드 내용
- https://lettuce.io/core/release/reference/index.html#_pipelining_and_command_flushing
3. I/O 멀티플렉싱 향상된 redis 버전을 사용
- 예) ElastiCache for Redis 버전 7.0(향상된 버전)
https://aws.amazon.com/ko/blogs/database/enhanced-io-multiplexing-for-amazon-elasticache-for-redis/
'NoSql > redis' 카테고리의 다른 글
aws 환경하에서 redis 모니터링 커맨드 예(keys 같은 커맨드) (0) | 2022.01.12 |
---|---|
분산락 처리에 대해서(간략) (0) | 2021.04.29 |
lettuce기반 redis 커넥션풀 연결 샘플 소스 - java (0) | 2020.09.04 |
redis 최신버전 설치방법(with remi) (0) | 2020.07.27 |
redis 설치(with epel) (0) | 2019.09.04 |