asyncio decoding a list with a list comprehension

后端 未结 0 2060
一生所求
一生所求 2021-02-14 04:19

I want to decode the elements of a redis-list with a list comprehension. But i am not sure how to do this with asyncio.

code without asyncio:

xlist = redis         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题