remove prefix of redis_sentinel
This commit is contained in:
parent
43a8e14201
commit
c1598a9661
|
@ -40,7 +40,7 @@ func init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *RedisSentinel) Prefix() string {
|
func (r *RedisSentinel) Prefix() string {
|
||||||
return inputName
|
return ""
|
||||||
}
|
}
|
||||||
|
|
||||||
func (r *RedisSentinel) Init() error {
|
func (r *RedisSentinel) Init() error {
|
||||||
|
|
Loading…
Reference in New Issue