Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct {
// contains filtered or unexported fields
}
func NewCluster ¶
func NewCluster() *Cluster
type RedisConnPool ¶
type RedisConnPool struct {
// contains filtered or unexported fields
}
func NewRedisConnPool ¶
func NewRedisConnPool() *RedisConnPool
func (*RedisConnPool) ReturnConn ¶
func (r *RedisConnPool) ReturnConn(peer string, cli Client) error
type Transaction ¶
type Transaction struct {
// contains filtered or unexported fields
}
func NewTransaction ¶
func NewTransaction(txId string, cmdLine [][]byte, cluster *Cluster, c common.Connection) *Transaction
Click to show internal directories.
Click to hide internal directories.