I write the code in Windows Command Line. The code is just from Redis-py's GitHub page. enter image description here

I don't know how this happens,so I.

dir(p)

The result is: enter image description here

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top