Class 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 ?
    • Constructor Detail

      • RedisCommandSanitizer

        public RedisCommandSanitizer()
    • Method Detail