(PECL tokyo_tyrant >= 0.1.0)
テーブルデータベースへの API を提供します。
テーブルデータベースを作成するには
ttserver -port 1979 /tmp/tt_table.tct
のようなコマンドを実行します。Tokyo Tyrant のテーブル API
はスキーマのないデータベースで、任意の数の key-value
ペアをひとつの主キーのもとに格納することができます。
$host
, int $port
= TokyoTyrant::RDBDEF_PORT
, array $options
= ?
) : TokyoTyrant$host
= ?
, int $port
= TokyoTyrant::RDBDEF_PORT
, array $options
= ?
)$log_dir
, int $timestamp
, bool $check_consistency
= true
) : mixed$host
, int $port
, int $timestamp
, bool $check_consistency
= true
) : mixed