MCPcopy Create free account
hub / github.com/apache/brpc / NewTransactionHandler

Method NewTransactionHandler

src/brpc/redis.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366}
367
368RedisCommandHandler* RedisCommandHandler::NewTransactionHandler() {
369 LOG(ERROR) << "NewTransactionHandler is not implemented";
370 return NULL;
371}
372
373// ========== impl of RedisConnContext ==========
374RedisConnContext::RedisConnContext(const RedisService* rs)

Callers 1

ConsumeCommandFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected