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
This seems to only be a restriction/issue? with pipeline/tx, simple commands seem to work. Currently ends up in multiple errors: Invalid state, -ERR Protocol error: invalid multibulk length, raw.split is not a function or its return value is not iterable and similar.
Note that simple commands will be delayed and cannot happen in parallel of xread "blocks". The workaround is to use two connections and might be worth clarifying in the documentation.
This seems to only be a restriction/issue? with pipeline/tx, simple commands seem to work. Currently ends up in multiple errors:
Invalid state
,-ERR Protocol error: invalid multibulk length
,raw.split is not a function or its return value is not iterable
and similar.The text was updated successfully, but these errors were encountered: