Fake Mirrors
GitHub
Example
System
Light
Dark
Search…
Preparing search index...
@famir/produce
ProduceConnector
Interface ProduceConnector
Represents a produce connector
interface
ProduceConnector
{
close
()
:
Promise
<
void
>
;
getConnection
<
T
>
()
:
T
;
}
Implemented by
RedisProduceConnector
Methods
close
close
()
:
Promise
<
void
>
Close connection
Returns
Promise
<
void
>
get
Connection
getConnection
<
T
>
()
:
T
Get connection object
Type Parameters
T
Returns
T
Methods
close
get
Connection
GitHub
Example
Fake Mirrors
Loading...
Represents a produce connector