Print expire only when set

This commit is contained in:
Florian GAULTIER 2020-01-08 12:22:18 +01:00
parent e9a9b58afb
commit e6b11c9dcc

View file

@ -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 ?',
},