Using Redis pub/sub time subscription and publishing messages

Source: Internet
Author: User

ImportRedisImportTimer=redis. Strictredis (host="127.0.0.1", port=6379)#you can also choose to use the address pool to establish a connection whileTrue:if __name__='__main__': Dis=get_distance () p=r.publish () p.subscribe ("First channel")#SubscribeR.publish ("First channel", dis)#published (called the Get_distance function)p.get_message () time.sleep (0.5)#when the network status is poor, the return value is none if the suspend time is too shortA=p.get_message ()PrintA

Here I put the public with subscribe in the same function to run.

Test results:

In addition, this is just a message that can be read out after the subscription is received. To process a message, you need to use a callback function.

Operating Environment:

python-2.7

Ubuntu 16.4

Using Redis pub/sub time subscription and publishing messages

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.