MCPcopy Create free account
hub / github.com/acl-dev/acl / exec

Method exec

lib_acl_cpp/src/redis/redis_client_pipeline.cpp:531–535  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

529}
530
531const redis_result* redis_client_pipeline::exec(redis_pipeline_message* msg) const
532{
533 push(msg);
534 return msg->wait();
535}
536
537void redis_client_pipeline::push(redis_pipeline_message *msg) const
538{

Callers

nothing calls this directly

Calls 1

waitMethod · 0.45

Tested by

no test coverage detected