Package org.redisson.api.keys
Interface OptionalMigrateArgs
- All Superinterfaces:
MigrateArgs
- All Known Implementing Classes:
MigrateArgsParams
OptionalMigrateArgs
- Author:
- lyrric
-
Method Summary
Modifier and TypeMethodDescriptionmode(MigrateMode mode) Defines migrate modeDefines password of destination instanceDefines username of destination instance
-
Method Details
-
mode
Defines migrate mode- Parameters:
mode- migrate mode- Returns:
- migrate conditions object
- See Also:
-
username
Defines username of destination instanceAuthenticate 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
Defines password of destination instanceAuthenticate with the given password to the remote instance.
- Parameters:
password- distinction password- Returns:
- migrate conditions object
-