|
@@ -135,7 +135,8 @@
|
|
{queries, [iodata()]} |
|
|
{queries, [iodata()]} |
|
|
{query_timeout, timeout()} |
|
|
{query_timeout, timeout()} |
|
|
{found_rows, boolean()} |
|
|
{found_rows, boolean()} |
|
|
- {query_cache_time, non_neg_integer()},
|
|
|
|
|
|
+ {query_cache_time, non_neg_integer()} |
|
|
|
|
+ {tcp_options, [gen_tcp:connect_option()]},
|
|
ServerName :: {local, Name :: atom()} |
|
|
ServerName :: {local, Name :: atom()} |
|
|
{global, GlobalName :: term()} |
|
|
{global, GlobalName :: term()} |
|
|
{via, Module :: atom(), ViaName :: term()},
|
|
{via, Module :: atom(), ViaName :: term()},
|