Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
Manager redis proxy manager
func NewManager ¶
func NewManager(redisEndPoint string, opts []grpc.DialOption) (*Manager, error)
NewManager creates a new redis proxy manager
func (*Manager) AddSession ¶
AddSession adds a session to list of sessions
func (*Manager) GetRedisPool ¶
GetRedisPool get redis pool
func (*Manager) GetSession ¶
GetSession returns a connection based on a given session ID
func (*Manager) RemoveSession ¶
RemoveSession remove a session from list of sessions
Click to show internal directories.
Click to hide internal directories.