π Feature Description and Motivation
Currently, the Python client SDK is built with hiredis shared lib, which creates a runtime dependency on the presence of a compatible hiredis shared library in the environment. This dependency leads to deployment complications.
Use Case
Proposed Solution
No response