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

Method reset_session

src/brpc/redis.cpp:388–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void RedisConnContext::reset_session(Destroyable* s){
389 if (session) {
390 session->Destroy();
391 }
392 session = s;
393}
394
395} // namespace brpc

Callers 3

RunMethod · 0.80
RunMethod · 0.80
GetOrCreateSessionFunction · 0.80

Calls 1

DestroyMethod · 0.45

Tested by 2

RunMethod · 0.64
GetOrCreateSessionFunction · 0.64