mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
all: switch to gopkg.in.
This commit is contained in:
5
export_test.go
Normal file
5
export_test.go
Normal file
@ -0,0 +1,5 @@
|
||||
package redis
|
||||
|
||||
func (c *baseClient) Pool() pool {
|
||||
return c.connPool
|
||||
}
|
Reference in New Issue
Block a user