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 object destruction #129

Closed swilly22 closed 3 years ago

swilly22 commented 3 years ago
def __del__(self):
    self.redis_con.close()