Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachePool ¶
type CachePool struct {
// contains filtered or unexported fields
}
func NewCachePool ¶
func NewCachePool() *CachePool
func (*CachePool) GetConn ¶
func (cp *CachePool) GetConn(key string) (redispool.PoolConnection, error)
func (*CachePool) ReleaseConn ¶
func (cp *CachePool) ReleaseConn(pc redispool.PoolConnection)
func (*CachePool) RemovePool ¶
Click to show internal directories.
Click to hide internal directories.