I am maintaining a system that employs C's hiredis library whose source code is not available. Thus, it cannot be modified and recompiled to use libvalkey. However, I would like to use libvalkey in my own code but whenever freeReplyObject is called, it is resolved to the hiredis one, not libvalkey one. Please introduce an alternative name for freeReplyObject, like valkeyFreeReplyObject, so that the reply objects returned by libvalkey's functions can be freed safely.
I am maintaining a system that employs C's hiredis library whose source code is not available. Thus, it cannot be modified and recompiled to use libvalkey. However, I would like to use libvalkey in my own code but whenever freeReplyObject is called, it is resolved to the hiredis one, not libvalkey one. Please introduce an alternative name for freeReplyObject, like valkeyFreeReplyObject, so that the reply objects returned by libvalkey's functions can be freed safely.