php.ini の設定により動作が変化します。
NULL
以下に設定ディレクティブに関する 簡単な説明を示します。
tokyo_tyrant.default_timeout
データベースへの接続時のデフォルトのタイムアウト。
tokyo_tyrant.session_salt
セッション ID の salt として使う秘密の値。
tokyo_tyrant.key_prefix
すべてのキーの先頭につけるプレフィックス。 このプレフィックスは開発者に見えてしまうものですが、 複数のアプリケーションが同じデータベースを使う場合にキーが衝突しないようにできます。
tokyo_tyrant.allow_failover
サーバーが死んだときにフェイルオーバーを許可するかどうか。
tokyo_tyrant.fail_threshold
読み書き、あるいは接続時の失敗を何度繰り返したときにそのサーバーが死んだとみなすか。
tokyo_tyrant.health_check_divisor
Defines the divisor for the health check probability. If there are failed servers and the probability matches, the servers are health checked and in case the server seems healthy, it will be added back to the pool.
tokyo_tyrant.php_expiration
組み込みのセッション有効期限管理を使うか、 あるいはサーバー側の lua スクリプトに有効期限管理を委譲するか。