MultiKeyPipelineBase.migrate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. Response!(string) migrate(string host, int port, int destinationDB, int timeout, MigrateParams params, string[] keys)
  2. alias migrate = PipelineBase.migrate
  3. Response!(string) migrate(string host, int port, int destinationDB, int timeout, MigrateParams params, const(ubyte)[][] keys)
    class MultiKeyPipelineBase
    Response!(string)
    migrate
    (
    string host
    ,
    int port
    ,,,,
    const(ubyte)[][] keys...
    )
  4. Response!string migrate(string host, int port, string key, int destinationDB, int timeout)

Meta