...
Package hashtag
import "github.com/redis/go-redis/v9/internal/hashtag"
- Overview
- Index
func Key(key string) string
func Present(key string) bool
func RandomSlot() int
func Slot(key string) int
Slot returns a consistent slot number between 0 and 16383
for any given string key.