Reputation: 313
Is there any available logger that can be used to show the commands executed by Redisson to Redis? e.g. like hibernate show sql flag.
Something like when code does redisson.getJsonBucket().set()
then the respective redis command JSON.SET
is logged.
Thanks.
Upvotes: 0
Views: 239
Reputation: 10803
You need to set trace
logging level for org.redisson.client.handler
package.
Upvotes: 1