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)