Hello,
I have added pipeline support to the ndb_redis_module. Two functions are added:
-redis_pipe_cmd which appends a command to be pipelined(syntax is identical with redis_cmd)
-redis_execute which sends one message with all existing pipelined commands and handles the replies
To send multiple commands in a single message, the user must call redis_pipe_cmd for each command, and then redis_execute to send all messages.
This enhancement is not compatible with the recently added REDIS cluster support, so if that is enabled the new functions don't do anything but log an error.
Thanks,
Claudiu Boriga
https://github.com/kamailio/kamailio/pull/1079
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.