Takaro - v0.4.9
Preparing search index...
@takaro/queues
IRedisConfig
Interface IRedisConfig
interface
IRedisConfig
{
app
:
{
name
:
string
}
;
functions
:
{
executionMode
:
EXECUTION_MODE
}
;
mode
:
"development"
|
"production"
|
"test"
;
redis
:
{
host
:
string
;
password
:
string
;
port
:
number
;
username
:
string
}
;
}
Hierarchy (
View Summary
)
IBaseConfig
IRedisConfig
Index
Properties
app
functions
mode
redis
Properties
app
app
:
{
name
:
string
}
functions
functions
:
{
executionMode
:
EXECUTION_MODE
}
mode
mode
:
"development"
|
"production"
|
"test"
redis
redis
:
{
host
:
string
;
password
:
string
;
port
:
number
;
username
:
string
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
app
functions
mode
redis
Takaro - v0.4.9
Loading...