BUGFIX: Invert TTL and data type
This commit is contained in:
parent
9f068b8478
commit
91fdb047a4
@ -39,9 +39,9 @@ class RedisLookupAdapterSummary extends React.Component {
|
||||
<dt>Redis database</dt>
|
||||
<dd>{config.redis_database}</dd>
|
||||
<dt>Redis key TTL</dt>
|
||||
<dd>{config.redis_type || 'n/a'}</dd>
|
||||
<dt>Redis data type</dt>
|
||||
<dd>{config.redis_ttl || 'n/a'}</dd>
|
||||
<dt>Redis data type</dt>
|
||||
<dd>{config.redis_type || 'n/a'}</dd>
|
||||
<dt>Redis username</dt>
|
||||
<dd>{config.redis_username || 'n/a'}</dd>
|
||||
<dt>Redis password</dt>
|
||||
|
Loading…
Reference in New Issue
Block a user