I write the code in Windows Command Line. The code is just from Redis-py's GitHub page.
I don't know how this happens,so I.
dir(p)
The result is:
I cannot find "get_message". My redis is version -2.9.1.
get_message
is not part of 2.9.1
release. It will be part of future 2.10.0 release
For 2.9.1
you should use .listen()
method.