Closed FScHalm closed 4 months ago
You can use the generic interface for AsyncRedis
, i.e. the AsyncRedis::command
method, to do the work. Check the Getting Started section for example.
Regards
Since there's no update, I'll close this issue.
Regards
Hi.
I just started using redis-plus-plus and wonder how to use xadd and xread async. For non async (sw::redis::Redis) there are interfaces, but can not find them for sw::redis::AsyncRedis.
Thanks