remove prefix of redis_sentinel

This commit is contained in:
Ulric Qin 2022-07-13 16:26:31 +08:00
parent 43a8e14201
commit c1598a9661
1 changed files with 1 additions and 1 deletions

View File

@ -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 {