Function replicate

Source
pub fn replicate<'a, T>(
    ctx: *mut RedisModuleCtx,
    command: &str,
    args: T,
) -> Status
where T: Into<StrCallArgs<'a>>,