async_pubsub icon indicating copy to clipboard operation
async_pubsub copied to clipboard

Asynchronous PubSub in Python using Redis, ZMQ, Tornado

Results 3 async_pubsub issues
Sort by recently updated
recently updated
newest added

https://github.com/abhinavsingh/async_pubsub/blob/master/async_pubsub/redis_pubsub.py#L16 This will lead to publishing data to wrong redis `ip:port`, if your redis instance is not running on localhost and not on default port.

Bumps [tornado](https://github.com/tornadoweb/tornado) from 3.2 to 6.3.2. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0 releases/v5.1.1 releases/v5.1.0 releases/v5.0.2...

dependencies

Bumps [redis](https://github.com/redis/redis-py) from 2.7.6 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...

dependencies