Integrating a key:value storage and lock within processor functions
Opened this issue · 0 comments
trbck commented
Hi,
thank you for developing runnel!
I would like to add a simple redis key/value store functionality to be used within processor functions whereas (for performance purposes) the already open runnel redis connection should be used. Also, a lock mechanism for write procedures should be in place. Any hints on how to get this done?