Class RedisCommandSanitizer

java.lang.Object
io.opentelemetry.instrumentation.api.db.RedisCommandSanitizer

public final class RedisCommandSanitizer extends Object
This class is responsible for masking potentially sensitive data in Redis commands.

Examples:

Raw command Normalized command
AUTH password AUTH ?
HMSET hash creditcard 1234567887654321 address asdf HMSET hash creditcard ? address ?