danielealbano / cachegrand

cachegrand - a modern data ingestion, processing and serving platform built for today's hardware
BSD 3-Clause "New" or "Revised" License
975 stars 34 forks source link

Refactor the module_redis_command_helper_hello_send_response to do not build the response internally #400

Closed danielealbano closed 1 year ago

danielealbano commented 1 year ago

This PR refactors how the module_redis_command_helper_hello_send_response sends the list of items for the HELLO command by abstracting away the list itself and accepting it as parameter.

It will be responsability of the caller to pass the list as needed.