Documentation
¶
Index ¶
Constants ¶
View Source
const (
Nil = r.Nil
)
Reexport go-redis's Nil constant for DX purposes.
View Source
const (
TxFailedErr = r.TxFailedErr
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MapStringStringCmd ¶
type MapStringStringCmd = r.MapStringStringCmd
type RedisConfig ¶
type RedisConfig struct {
Host string
Port int
Password string
Database int
TLSEnabled bool
ClusterEnabled bool
// DevClusterHostOverride when true, forces cluster node discovery to use the
// original Host value instead of discovered IPs. This is a development-only
// setting for Docker environments where nodes announce unreachable IPs.
// DO NOT use in production.
DevClusterHostOverride bool
}
Click to show internal directories.
Click to hide internal directories.