Bottletalk의 User id, gender, birthYear를 담아두는 캐시인 Redis를 사용할 수 있는 api입니다.
배포 시 같은 VPC 내의 AWS ElastiCache Redis OSS를 연결하지만, 로컬에서 테스트할 경우 Docker를 사용합니다.
-
로컬 테스트용 docker-redis
https://github.com/muller02/docker-redis -
test & bootrun
git clone
cd redis-api/
./gradlew build
./gradlew bootrun
Swagger API Yaml : https://github.com/Himedia-CLDS/redis-api/blob/main/openapi.yaml
