RedisGraph / redisgraph-py

RedisGraph python client
https://redisgraph.io
BSD 3-Clause "New" or "Revised" License
189 stars 49 forks source link

close connection on graph destruction #130

Closed AvitalFineRedis closed 3 years ago

AvitalFineRedis commented 3 years ago

Close connection on graph object destruction only when the connection was created by the constructor (bypassing host and port)

codecov[bot] commented 3 years ago

Codecov Report

Merging #130 (1fbae80) into master (eff17ac) will increase coverage by 0.05%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #130      +/-   ##
==========================================
+ Coverage   85.41%   85.46%   +0.05%     
==========================================
  Files           8        8              
  Lines         521      523       +2     
==========================================
+ Hits          445      447       +2     
  Misses         76       76              
Impacted Files Coverage Δ
redisgraph/graph.py 87.50% <100.00%> (+0.17%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update eff17ac...1fbae80. Read the comment docs.

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication