RedisTimeSeries / redistimeseries-go

golang client lib for RedisTimeSeries

Home Page:https://redistimeseries.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Client API lacks method for disposing of the client

slavak opened this issue · comments

The underlying redigo/redis/pool.Pool provides a Close() method, but redis-timeseries-go doesn't provide any way to access it. redis-timeseries-go clients currently live forever and have no way of being cleaned up.