EulerianTechnologies / eredis

Fast and light Redis C client library built over Hiredis, thread-safe, write replication, auto-reconnect, sync pool, async libev.
BSD 3-Clause "New" or "Revised" License
81 stars 38 forks source link

Pub/Sub Async ? #18

Open scgm11 opened 6 years ago

scgm11 commented 6 years ago

Is it possible to use it for Pub/Sub Async?

haven't found a way to do it, or should I use directly Hiredis with redisAsyncContext?

tried some examples but no luck