mirror of
https://github.com/redis/go-redis.git
synced 2025-07-28 06:42:00 +03:00
Create hashtag package.
This commit is contained in:
@ -11,7 +11,3 @@ var NewConnDialer = newConnDialer
|
||||
func (cn *conn) SetNetConn(netcn net.Conn) {
|
||||
cn.netcn = netcn
|
||||
}
|
||||
|
||||
func HashSlot(key string) int {
|
||||
return hashSlot(key)
|
||||
}
|
||||
|
Reference in New Issue
Block a user