mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
Print expire only when set
This commit is contained in:
@@ -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 ?',
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user