@TestPropertySource(properties = { "logging.level.org.springframework.data.redis=TRACE", "logging.level.io.lettuce.core=TRACE"})위의 redis 관련 logging level 설정을 통해 실제 Redis Command 나가는 것을 볼 수 있다. 기본 SET 확인 (set)return reactiveRedisTemplate.opsForValue().set(key, value);2025-02-13 18:14:32.173 +0900 TRACE - [channel=0x85920165, /127.0.0.1:56016 -> localhost/127.0.0.1:6388] Sent: *3 $3 ..