Skip to main content

This is a packet that broadcasts redis multiple queues

Project description

# redisGroupMsg redis Queue multicast broadcast

## redis Broadcasting to multiple queues

> Recently, I'm going to do something like chat software. After a lot of testing, I've done this thing.

> Performance is 13 times faster than py direct circular transmission

```python

from redisGroupMsg import redisMessage

r = redisMessage()

if __name__ == '__main__':
for a in range(1,10):
e = "id:"+str(a)
# add queue of group
# r.addGroup("test",e)
# send message in group queue
# r.sendGroup("test",e)
# remove queue on group
r.removeGroup("test",e)

```

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

redisGroupMsg-0.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page