wait for certain key

Hi, redis has sorted-set datatype which is great… But is it somehow possible from a client like the python redis cllient to do something like redis.zget("myset",42, wait=True) which blocks until set item with number 42 is in the set - and gets returned to the client that is waiting…and can resume execution?

Redis doesn’t support such command.
See: BZMPOP | Redis