diff --git a/extra/redisotel/config.go b/extra/redisotel/config.go index 3ef14b39..c85f9d4c 100644 --- a/extra/redisotel/config.go +++ b/extra/redisotel/config.go @@ -116,6 +116,7 @@ func WithDBStatement(on bool) TracingOption { } // WithMaxCommandBytes limit the bytes of raw redis commands. +// Default is 0, don't limit. func WithMaxCommandBytes(size int) TracingOption { return tracingOption(func(conf *config) { conf.maxCommandBytes = size