Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce .close method for redisContextFuncs #1094

Merged
merged 1 commit into from
Sep 2, 2022

Commits on Aug 30, 2022

  1. Introduce .close method for redisContextFuncs

    Currently, hiredis supports TCP/SSL/Unix, all of the connection types
    use a single FD(int), close() is enough to close a connection. For the
    further step, introduce .close method for redisContextFuncs, this
    allows to close a complex connection context, for example RDMA.
    
    Signed-off-by: zhenwei pi <pizhenwei@bytedance.com>
    pizhenwei committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    24cd73e View commit details
    Browse the repository at this point in the history