Documentation ¶
Overview ¶
Package redis provides a redis based schema provider and deployer
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Deployer ¶
type Deployer struct {
// contains filtered or unexported fields
}
Deployer implements a schema deployer to our schema redis server
func NewDeployer ¶
NewDeployer creates a new deployer for the given redis net/addr
type Provider ¶
type Provider struct {
// contains filtered or unexported fields
}
Provider implements a schema provider with updates, based on a redis HASH storing all schemas, and a redis PUBSUB channel for updates
func NewProvider ¶
NewProvider creates a new provider for a given redis server in net/addr
func (*Provider) Init ¶
Init connects to the redis server and reads all the schemas in its schemas HASH key.
Click to show internal directories.
Click to hide internal directories.