aredis
aredis copied to clipboard
Change pipeline behaviour to execute all commands at the end of the block
(the behaviour I expected)
- see comment from @Fogapod https://github.com/NoneGG/aredis/pull/155#issuecomment-674240979
Thanks @Fogapod I've made the minimal set of changes to the docs and added a test case.
I've raised a similar issue in redis-py to see if there are any objections there: https://github.com/andymccurdy/redis-py/pull/1383