package hashtag

Import Path
	github.com/redis/go-redis/v9/internal/hashtag (on go.dev)

Dependency Relation
	imports 2 packages, and imported by one package

Involved Source Files hashtag.go
Package-Level Functions (total 3)
func Key(key string) string
func RandomSlot() int
Slot returns a consistent slot number between 0 and 16383 for any given string key.