redis: support for redis streams

This commit is contained in:
Jan Prochazka
2022-03-27 17:16:17 +02:00
parent 4bd7cd26d0
commit e25657bd43
6 changed files with 56 additions and 6 deletions

View File

@@ -64,6 +64,14 @@ const driver = {
addMethod: 'hset',
showItemList: true,
},
{
name: 'stream',
label: 'Stream',
dbKeyFields: [{ name: 'id' }, { name: 'value' }],
keyColumn: 'id',
addMethod: 'xaddjson',
showItemList: true,
},
],
showConnectionField: (field, values) => {