Update redis.xml
This commit is contained in:
parent
63b530f0b4
commit
e10352dc8e
1 changed files with 1 additions and 1 deletions
|
@ -15,5 +15,5 @@
|
|||
<Description>Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker.</Description>
|
||||
<Config Name="Redis Port" Target="6378" Default="6378" Mode="tcp" Description="Redis Port" Type="Port" Display="always" Required="true" Mask="false">6378</Config>
|
||||
<Config Name="ALLOW_EMPTY_PASSWORD" Target="ALLOW_EMPTY_PASSWORD" Default="yes|no" Mode="" Description="ALLOW_EMPTY_PASSWORD" Type="Variable" Display="always" Required="true" Mask="false">yes</Config>
|
||||
<Config Name="Password" Target="REDIS_PASSWORD" Default="" Mode="" Description="If you want password put ALLOW_EMPTY_PASSWORD to yes, then put the password here." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
<Config Name="Password" Target="REDIS_PASSWORD" Default="" Mode="" Description="If you want password put ALLOW_EMPTY_PASSWORD to no, then put the password here." Type="Variable" Display="always" Required="true" Mask="false"/>
|
||||
</Container>
|
Loading…
Reference in a new issue