I am maintaining an async redis client and i am not sure whether i should add support for the new command `CLIENT REPLY`(which need to share one connection between different commands execution) introduced since 3.2 release.
Do you guys use it frequenlty in your job?