1

For Spring Data JDBC I can use logging.level.org.springframework.jdbc.core=TRACE in order to see what queries are being executed.

What is analogous option for Spring Data Redis?

1 Answer 1

2

According to https://github.com/spring-projects/spring-data-redis/issues/1586 and https://github.com/spring-projects/spring-data-redis/issues/1321 there is no way of logging queries besides using MONITOR command inside redis-cli.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.