Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendInterface ¶
type RedisBackend ¶
type RedisBackend struct {
// contains filtered or unexported fields
}
func NewRedisBackend ¶
func (*RedisBackend) Activate ¶
func (r *RedisBackend) Activate()
func (*RedisBackend) GetPoolSize ¶
func (r *RedisBackend) GetPoolSize() int
func (*RedisBackend) GetResult ¶
func (r *RedisBackend) GetResult(key string) (message.Result, error)
func (*RedisBackend) SetPoolSize ¶
func (r *RedisBackend) SetPoolSize(n int)
Click to show internal directories.
Click to hide internal directories.