Skip to content

unused constant #7

Description

@abzcoding

redis/redis.go

Line 510 in b89a11f

hostmaster = "hostmaster"

const hostmaster is unused


redis/redis.go

Line 241 in b89a11f

r.Mbox = "hostmaster." + name

I think you've meant to use

r.Mbox = fmt.Sprintf("%s.%s",hostmaster, name)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions