Documentation
¶
Overview ¶
Package redis provides a Redis-based storage implementation for the Agent Master Engine.
Index ¶
- type Storage
- func (s *Storage) Close() error
- func (s *Storage) Delete(key string) error
- func (s *Storage) List(prefix string) ([]string, error)
- func (s *Storage) Read(key string) ([]byte, error)
- func (s *Storage) Watch(key string, handler func([]byte)) (func(), error)
- func (s *Storage) Write(key string, data []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Storage ¶
type Storage struct {
// contains filtered or unexported fields
}
Storage implements the engine.Storage interface using Redis
Click to show internal directories.
Click to hide internal directories.