1
0
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:
Vladimir Mihailenco
2014-05-11 10:42:40 +03:00
parent df12cdcfaf
commit 3bea997988
30 changed files with 1610 additions and 7602 deletions

5
export_test.go Normal file
View File

@ -0,0 +1,5 @@
package redis
func (c *baseClient) Pool() pool {
return c.connPool
}