Open
Description
When using RedisStorage, I get the error: unsupported operand type(s) for -: 'Pipeline' and 'int'
at
Testing it a bit, I think this line is wrong:
and the results of the pipe are only available after pipe.execute()
. I wanted to try event_id, _ = pipe.execute()
, but the data in the pipe.setex
call already needs the event_id
.
Printing the result of pipe.execute without changing other code gives for example [2, True]
.
Metadata
Metadata
Assignees
Labels
No labels