mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
Print expire only when set
This commit is contained in:
parent
e9a9b58afb
commit
e6b11c9dcc
|
@ -255,6 +255,13 @@ export class Redis implements INodeType {
|
||||||
displayName: 'Expire',
|
displayName: 'Expire',
|
||||||
name: 'expire',
|
name: 'expire',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
displayOptions: {
|
||||||
|
show: {
|
||||||
|
operation: [
|
||||||
|
'set'
|
||||||
|
],
|
||||||
|
},
|
||||||
|
},
|
||||||
default: false,
|
default: false,
|
||||||
description: 'Set a timeout on key ?',
|
description: 'Set a timeout on key ?',
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue