Is there a way to asynchronously wait for a key in redis?

后端 未结 0 795
挽巷
挽巷 2021-02-15 05:30

Is it possible to asynchronously wait until some key exists in redis?

My current idea below

import asyncio


red = connect_to_redis()

def get_value(key)
          


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