Interface OptionalMigrateArgs

All Superinterfaces:
MigrateArgs
All Known Implementing Classes:
MigrateArgsParams

public interface OptionalMigrateArgs extends MigrateArgs
OptionalMigrateArgs
Author:
lyrric
  • Method Details

    • mode

      Defines migrate mode
      Parameters:
      mode - migrate mode
      Returns:
      migrate conditions object
      See Also:
    • username

      OptionalMigrateArgs username(String username)
      Defines username of destination instance

      Authenticate with the given username to the remote instance.

      if username is set, then password should be set too.

      Redis 6 or greater ACL auth style

      Parameters:
      username - distinction username
      Returns:
      migrate conditions object
    • password

      OptionalMigrateArgs password(String password)
      Defines password of destination instance

      Authenticate with the given password to the remote instance.

      Parameters:
      password - distinction password
      Returns:
      migrate conditions object