This diff introduces changes to the Keyserver codebase to refactor the redisPublish function name to the messageBrokerPublish to reflect its abstraction type. According to our task, this function will publish not only to the Redis and to the Tunnelbroker.
Linear task: ENG-2613
This approach seems to be overly complicated. Can't we just write a function that receives messageID, threadID and reaction? This function can be named after an action that is performed, so react or sendReaction.