-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OING-294] refactor: 캐싱 기능 및 Redis 설정 파일 삭제 (#218)
* feature: delete redis file and caching logic * feature: delete redis env value * test: delete redis file in test * chore: delete library related to redis
- Loading branch information
Showing
17 changed files
with
0 additions
and
307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 0 additions & 46 deletions
46
gateway/src/main/java/com/oing/config/redis/EmbeddedRedisConfig.java
This file was deleted.
Oops, something went wrong.
42 changes: 0 additions & 42 deletions
42
gateway/src/main/java/com/oing/config/redis/RedisCacheConfig.java
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
gateway/src/main/java/com/oing/config/redis/RedisConfig.java
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
gateway/src/main/java/com/oing/config/redis/RedisLocalConfig.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
44 changes: 0 additions & 44 deletions
44
gateway/src/test/java/com/oing/support/EmbeddedRedisConfig.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.