Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
최초 프롬프트
FASTCACHE 는 memory DB 를 쉽게 사용하기 위한 wrapper 에 가까운 도구야. 그래서 RAM 을 사용할 수 도 있고, redis 도 사용할 수 있도록 구성을 해두었어. *.spec.ts 를 보면 테스트케이스가 작성이 되어있어서 각 메소드별로 어떤 역할을 하는지 알 수 있게 해두었어. 그리고 example 폴더에서 어떻게 사용하면 되는지 예시도 들어둔 상태야. 그런데 *.spec.ts 에 예상하지 못한 테스트 케이스들을 더 추가하고 싶어. 경계값 테스트나 완전히 오버플로우 값이 나는 것을 추가로해서 에러 상태도 확인을 할 수 있도록 구성하고 싶어.