This PR removes an unused parameter in RedisCluster::_get_model_script_db(). The comments for the function were also corrected to reflect the actual behavior of the function. It is worth noting that _get_model_script_db is not called currently in SmartRedis, but it was not removed because it was a precursor implementation for optimizing model execution.
This PR removes an unused parameter in
RedisCluster::_get_model_script_db()
. The comments for the function were also corrected to reflect the actual behavior of the function. It is worth noting that _get_model_script_db is not called currently in SmartRedis, but it was not removed because it was a precursor implementation for optimizing model execution.