Update redis summary page
This commit is contained in:
parent
a219bc672b
commit
97ac9b0c4b
@ -37,7 +37,7 @@ class RedisLookupAdapterSummary extends React.Component {
|
||||
<dt>Redis port</dt>
|
||||
<dd>{config.redis_port || 'n/a'}</dd>
|
||||
<dt>Redis database</dt>
|
||||
<dd>{config.redis_database || 'n/a'}</dd>
|
||||
<dd>{config.redis_database}</dd>
|
||||
<dt>Redis key TTL</dt>
|
||||
<dd>{config.redis_ttl || 'n/a'}</dd>
|
||||
<dt>Redis username</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user