GoLang TokyoTyrant::restore

request it (248)
GoLang replacement for PHP's TokyoTyrant::restore [edit | history]



Do you know a GoLang replacement for PHP's TokyoTyrant::restore? Write it!

PHP TokyoTyrant::restore

PHP original manual for TokyoTyrant::restore [ show | php.net ]

TokyoTyrant::restore

(PECL tokyo_tyrant >= 0.1.0)

TokyoTyrant::restoreRestore the database

Description

public mixed TokyoTyrant::restore ( string $log_dir , int $timestamp [, bool $check_consistency = TRUE ] )

Restore the database from the update log.

Warning

This method is not supported on 32bit platforms.

Parameters

log_dir

Directory where the log is

timestamp

Beginning timestamp with microseconds

check_consistency

Whether to check consistency: Default: TRUE

Return Values

This method returns the current object and throws TokyoTyrantException on failure.