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
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 }}
THIP-TextHip
/
THIP-Server
Public
Notifications
You must be signed in to change notification settings
Fork
1
Star
1
Code
Issues
7
Pull requests
6
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
[Refactor] 피드 도메인 캐싱 도입 & 피드 전체 조회 api 캐싱 로직 추가
- #349
#349
Open
hd0rable
wants to merge 34 commits into
develop
THIP-TextHip/THIP-Server:develop
from
refactor/#345-get-feed
THIP-TextHip/THIP-Server:refactor/#345-get-feed
Copy head branch name to clipboard
Conversation
Commits
34
(34)
Checks
Files changed
Open
[Refactor] 피드 도메인 캐싱 도입 & 피드 전체 조회 api 캐싱 로직 추가
#349
hd0rable
wants to merge 34 commits into
develop
THIP-TextHip/THIP-Server:develop
from
refactor/#345-get-feed
THIP-TextHip/THIP-Server:refactor/#345-get-feed
Copy head branch name to clipboard
Commits
Commits on Feb 24, 2026
[refactor] 피드 전체조회시 커서 postId로 변경 (#345)
hd0rable
committed
e6e361c
View commit details
Copy full SHA for e6e361c
Browse repository at this point
[feat] Caffeine Cache 의존성 추가 (#345)
hd0rable
committed
28b6033
View commit details
Copy full SHA for 28b6033
Browse repository at this point
[feat] CacheConfig 설정 파일 추가 (#345)
hd0rable
committed
5c10545
View commit details
Copy full SHA for 5c10545
Browse repository at this point
[feat] CacheType enum 추가 (#345)
hd0rable
committed
8aa7dd3
View commit details
Copy full SHA for 8aa7dd3
Browse repository at this point
[feat] 이벤트 기반 피드 캐시 갱신 리스너 추가
Show description for 759d348
hd0rable
committed
759d348
View commit details
Copy full SHA for 759d348
Browse repository at this point
[feat] 피드관련 캐시 전담 FeedCacheHandler 구현
Show description for ce43b25
hd0rable
committed
ce43b25
View commit details
Copy full SHA for ce43b25
Browse repository at this point
[feat] 애플리케이션 기동 시 피드 캐시 워밍업 기능 추가
Show description for 9414636
hd0rable
committed
9414636
View commit details
Copy full SHA for 9414636
Browse repository at this point
[refactor] deleteAllFeedByUserId 시List<Long> 반환하도록 수정
Show description for 6bfa843
hd0rable
committed
6bfa843
View commit details
Copy full SHA for 6bfa843
Browse repository at this point
[refactor] deleteAllFeedByUserId 시List<Long> 반환하도록 수정
Show description for b9adce9
hd0rable
committed
b9adce9
View commit details
Copy full SHA for b9adce9
Browse repository at this point
[feat] 피드 생성 이벤트 정의
Show description for ea1e8b3
hd0rable
committed
ea1e8b3
View commit details
Copy full SHA for ea1e8b3
Browse repository at this point
[feat] 피드 삭제 이벤트 정의
Show description for 94ae92a
hd0rable
committed
94ae92a
View commit details
Copy full SHA for 94ae92a
Browse repository at this point
[feat] 회원 탈퇴 이벤트 정의
Show description for c19c9b4
hd0rable
committed
c19c9b4
View commit details
Copy full SHA for c19c9b4
Browse repository at this point
[refactor] 피드 생성 후 캐시 갱신 이벤트 발행 로직 추가
Show description for 27b9c8b
hd0rable
committed
27b9c8b
View commit details
Copy full SHA for 27b9c8b
Browse repository at this point
[refactor] 피드 삭제 후 캐시 갱신 이벤트 발행 로직 추가
Show description for 94e26b7
hd0rable
committed
94e26b7
View commit details
Copy full SHA for 94e26b7
Browse repository at this point
[refactor] 회원 탈퇴 후 캐시 갱신 이벤트 발행 로직 추가
Show description for e10c383
hd0rable
committed
e10c383
View commit details
Copy full SHA for e10c383
Browse repository at this point
[feat] 피드 조회 캐시 우선 처리용 FeedQueryCacheAdapter 추가
Show description for 764cebe
hd0rable
committed
764cebe
View commit details
Copy full SHA for 764cebe
Browse repository at this point
[refactor] 피드 전체조회시 커서 postId로 변경
Show description for 89c9825
hd0rable
committed
89c9825
View commit details
Copy full SHA for 89c9825
Browse repository at this point
[refactor] 피드 전체조회시 커서 postId로 변경
Show description for a66654b
hd0rable
committed
a66654b
View commit details
Copy full SHA for a66654b
Browse repository at this point
[refactor] 피드 캐싱 로직 추가관련 조회메서드 정의
Show description for 080c778
hd0rable
committed
080c778
View commit details
Copy full SHA for 080c778
Browse repository at this point
[refactor] 피드 캐싱 로직 추가관련 조회메서드 구현
Show description for a041185
hd0rable
committed
a041185
View commit details
Copy full SHA for a041185
Browse repository at this point
[refactor] @ EnableCaching 추가
Show description for ee6787e
hd0rable
committed
ee6787e
View commit details
Copy full SHA for ee6787e
Browse repository at this point
[test] 피드 전체 조회 캐시 어댑터 통합 테스트 코드 추가
Show description for 4b5e2a9
hd0rable
committed
4b5e2a9
View commit details
Copy full SHA for 4b5e2a9
Browse repository at this point
[test] 피드 전체 조회 Persistence 어댑터 통합 테스트 코드 수정
Show description for 78cf95b
hd0rable
committed
78cf95b
View commit details
Copy full SHA for 78cf95b
Browse repository at this point
[test] 피드 전체 조회 캐싱 도입 k6 부하테스트 스크립트 추가
Show description for bd4cc2c
hd0rable
committed
bd4cc2c
View commit details
Copy full SHA for bd4cc2c
Browse repository at this point
[test] FeedCacheEventListener 단위 테스트 작성
Show description for cb550de
hd0rable
committed
cb550de
View commit details
Copy full SHA for cb550de
Browse repository at this point
[test] FeedCacheHandlerTest 단위 테스트 작성
Show description for f67605c
hd0rable
committed
f67605c
View commit details
Copy full SHA for f67605c
Browse repository at this point
[test] FeedCacheWarmupListener 단위 테스트 작성
Show description for 05a0916
hd0rable
committed
05a0916
View commit details
Copy full SHA for 05a0916
Browse repository at this point
[test] 피드 생성 통합테스트에 캐시 갱신 로직 검증 추가
Show description for 873db2b
hd0rable
committed
873db2b
View commit details
Copy full SHA for 873db2b
Browse repository at this point
[test] 피드 삭제 통합테스트에 캐시 갱신 로직 검증 추가
Show description for e1ac508
hd0rable
committed
e1ac508
View commit details
Copy full SHA for e1ac508
Browse repository at this point
[test] 피드 수정 통합테스트에 캐시 갱신 로직 검증 추가
Show description for 1094fdb
hd0rable
committed
1094fdb
View commit details
Copy full SHA for 1094fdb
Browse repository at this point
[test] 회원 탈퇴 통합테스트에 캐시 갱신 로직 검증 추가
Show description for dceca3f
hd0rable
committed
dceca3f
View commit details
Copy full SHA for dceca3f
Browse repository at this point
[test] FeedQueryCacheAdapterTest 단위 테스트 작성
Show description for b6e863d
hd0rable
committed
b6e863d
View commit details
Copy full SHA for b6e863d
Browse repository at this point
[test]
Show description for 06299cc
hd0rable
committed
06299cc
View commit details
Copy full SHA for 06299cc
Browse repository at this point
[test] 커서변경으로 테스트코드 수정
Show description for 86886de
hd0rable
committed
86886de
View commit details
Copy full SHA for 86886de
Browse repository at this point
You can’t perform that action at this time.