Crates.io | redis-subscribe |
lib.rs | redis-subscribe |
version | 0.2.1 |
source | src |
created_at | 2021-12-08 23:35:58.419676 |
updated_at | 2022-01-22 21:42:19.422846 |
description | Easily subscribe and unsubscribe to redis pubsub. |
homepage | |
repository | https://github.com/nexiumapp/redis-subscribe |
max_upload_size | |
id | 494860 |
size | 48,397 |
Easily subscribe and unsubscribe to redis pubsub.
Currently the redis crate does not allow to subscribe or unsubscribe after you attached a listener, as you can see in this issue. This crate aims to resolve this.
Almost everything! It only handles subscriptions, so it cannot set/get keys or even publishing. Use the redis crate instead, this one works well with all other features.
Take a look at the example folder to see usage examples.