sonic-swss-common
sonic-swss-common copied to clipboard
Add REDIS async support
This pull request is mainly to add support for REDIS asynchronous APIs (from the hiredis library).
I also fixed a potential memory leak in common/rediscommand.cpp.
can you separate the bug fix from this pr? we can review and merge it separately.
@qiluo-msft, any update on this pr?
I just added a new commit to address the syntax issues (camel-casing, blanks, etc.)
I will look into adding a class RedisAsyncContext
derived from RedisContext
when I find the time or I will find someone else to do that.