Added TTL for hash fields

This commit is contained in:
Stela Augustinova
2025-12-10 16:46:13 +01:00
parent d5bd40873e
commit a79896aa2e
2 changed files with 16 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ const driver = {
{
name: 'hash',
label: 'Hash',
dbKeyFields: [{ name: 'key' }, { name: 'value' }],
dbKeyFields: [{ name: 'key' }, { name: 'value' }, { name: 'TTL' }],
keyColumn: 'key',
addMethod: 'hset',
showItemList: true,