RediSearch / redisearch-go

Go client for RediSearch
https://redisearch.io
BSD 3-Clause "New" or "Revised" License
288 stars 65 forks source link

use ConnPool in NewClientFromPool instead *redis.Pool #185

Open levanlongktmt opened 1 year ago

levanlongktmt commented 1 year ago

Using ConnPool instead of *redis.Pool will make Pool from NewSingleHostPool and NewMultiHostPool can be reused for multiple clients.

This also can be used to resolve https://github.com/RediSearch/redisearch-go/issues/135

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    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
No Duplication information No Duplication information