mirror of
https://github.com/eosswedenorg/thalos
synced 2026-06-26 10:43:42 +02:00
transport/redis_common/key.go: use Channel.Format() instead of Channel.String()
This commit is contained in:
parent
e45259603b
commit
e860c81601
1 changed files with 1 additions and 1 deletions
|
|
@ -15,5 +15,5 @@ type Key struct {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (k Key) String() string {
|
func (k Key) String() string {
|
||||||
return fmt.Sprintf("%s::%s", k.NS, k.Channel)
|
return fmt.Sprintf("%s::%s", k.NS, k.Channel.Format("/"))
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue