[QUESTION] xadd and xread via async interface
Closed this issue · 2 comments
FScHalm commented
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
sewenew commented
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
sewenew commented
Since there's no update, I'll close this issue.
Regards