Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
IssueIssyu
/
issueissyu-BE
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[REFACTOR] 지도 핀 조회 Redis GEO 캐시 적용 및 ADMIN 캐시 상태 API 추가
- #367
#367
Merged
taerimiiii
merged 13 commits into
develop
IssueIssyu/issueissyu-BE:develop
from
refactor/310-chache
IssueIssyu/issueissyu-BE:refactor/310-chache
Copy head branch name to clipboard
Jun 18, 2026
Conversation
Commits
13
(13)
Checks
Files changed
Merged
[REFACTOR] 지도 핀 조회 Redis GEO 캐시 적용 및 ADMIN 캐시 상태 API 추가
#367
taerimiiii
merged 13 commits into
develop
IssueIssyu/issueissyu-BE:develop
from
refactor/310-chache
IssueIssyu/issueissyu-BE:refactor/310-chache
Copy head branch name to clipboard
Commits
Commits on Jun 17, 2026
feat: 핀 조회 시 Elastic Cache 구축
taerimiiii
committed
3254a06
View commit details
Copy full SHA for 3254a06
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into refactor/310-chache
taerimiiii
committed
ea569c0
View commit details
Copy full SHA for ea569c0
Browse repository at this point
feat: 캐시 적재 확인 API 구현
taerimiiii
committed
03e21f1
View commit details
Copy full SHA for 03e21f1
Browse repository at this point
merge: 충돌 처리
taerimiiii
committed
1e1fa0e
View commit details
Copy full SHA for 1e1fa0e
Browse repository at this point
fix: Redis GEO bulk populate 파이프라인 개선
taerimiiii
committed
56f259f
View commit details
Copy full SHA for 56f259f
Browse repository at this point
fix: ZSet 크기 설정에 따른 논리 오류 해결을 위한 volatile boolean isReady 플래그 도입과 bulkPopulate 내 isReady 설정
taerimiiii
committed
c82af3f
View commit details
Copy full SHA for c82af3f
Browse repository at this point
fix: addPin과 removePin이 DB 트랜잭션 범위 내에서 호출되는 문제를 방지하기 위해 TransactionSynchronizationManager.afterCommit 접근 적용
taerimiiii
committed
1e75b57
View commit details
Copy full SHA for 1e75b57
Browse repository at this point
fix: 다중 서버 환경에서 스케쥴링 인스턴스 동시 실행 문제를 방지하기 위한 Redis SET NX PX 기반 분산 락 적용
taerimiiii
committed
c92eecf
View commit details
Copy full SHA for c92eecf
Browse repository at this point
feat: 데이터 정확성 보장을 위한 null 경우 빈 처리와, KEYS 명령어 전체 탐색 대신 카테고리 열거값 기준 삭제 적용
taerimiiii
committed
0620fc4
View commit details
Copy full SHA for 0620fc4
Browse repository at this point
fix: 재구성 중 안전망 형성을 위해 isReady=true일 때도 ZCARD > 0 체크를 유지하고, bulkPopulate() 완료 시 SET geo:pins:ready 1을 다른 인스턴스에 전달하며, 삭제도 함께 함
taerimiiii
committed
326942d
View commit details
Copy full SHA for 326942d
Browse repository at this point
fix: 다중 인스턴스 환경을 고려한 초기화 건너뛰기 추가
taerimiiii
committed
e90e6b8
View commit details
Copy full SHA for e90e6b8
Browse repository at this point
Commits on Jun 18, 2026
fix: 캐시 재빌드 시각 재설정
taerimiiii
committed
d8b4a12
View commit details
Copy full SHA for d8b4a12
Browse repository at this point
Merge remote-tracking branch 'origin/develop' into refactor/310-chache
taerimiiii
committed
49ba5f0
View commit details
Copy full SHA for 49ba5f0
Browse repository at this point
You can’t perform that action at this time.