You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: