BinaryRedis.migrate

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string migrate(string host, int port, const(ubyte)[] key, int destinationDb, int timeout)
  2. string migrate(string host, int port, int destinationDB, int timeout, MigrateParams params, const(ubyte)[][] keys)
    class BinaryRedis
    string
    migrate
    (
    string host
    ,
    int port
    ,,,,
    const(ubyte)[][] keys...
    )

Meta