Add support for ReJSON-RL commands and JSON data type in Redis driver

This commit is contained in:
Stela Augustinova
2025-12-10 14:32:36 +01:00
parent baf3914be8
commit 8fa1459e5b
2 changed files with 16 additions and 0 deletions

View File

@@ -76,6 +76,12 @@ const driver = {
addMethod: 'xaddjson',
showItemList: true,
},
{
name: 'json',
label: 'JSON',
dbKeyFields: [{ name: 'value' }],
addMethod: 'json.set',
}
],
showConnectionField: (field, values) => {