func github.com/go-redis/redis/v8/internal/hashtag.Slot
5 uses
github.com/go-redis/redis/v8/internal/hashtag (current package)
hashtag.go#L65: func Slot(key string) int {
github.com/go-redis/redis/v8
cluster.go#L1437: slot := hashtag.Slot(keys[0])
cluster.go#L1439: if hashtag.Slot(key) != slot {
cluster.go#L1504: slot := hashtag.Slot(channels[0])
cluster.go#L1627: return hashtag.Slot(firstKey)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |