@valkey/valkey-glide
    Preparing search index...

    Interface MigrateOptions

    Optional arguments for the BaseClient.migrate command.

    interface MigrateOptions {
        copy?: boolean;
        password?: string;
        replace?: boolean;
        username?: string;
    }
    Index
    copy?: boolean

    If true, do not remove the key from the source instance.

    password?: string

    Authentication password for the destination instance.

    replace?: boolean

    If true, replace the existing key on the destination instance.

    username?: string

    Authentication username for the destination instance (requires password).