mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -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',
|
||||
name: 'expire',
|
||||
type: 'boolean',
|
||||
displayOptions: {
|
||||
show: {
|
||||
operation: [
|
||||
'set'
|
||||
],
|
||||
},
|
||||
},
|
||||
default: false,
|
||||
description: 'Set a timeout on key ?',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue