...

Package hashtag

import "github.com/redis/go-redis/v9/internal/hashtag"
Overview
Index

Overview ▾

func Key

func Key(key string) string

func Present

func Present(key string) bool

func RandomSlot

func RandomSlot() int

func Slot

func Slot(key string) int

Slot returns a consistent slot number between 0 and 16383 for any given string key.