1
0
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:
Anatolii Mihailenco
2015-12-30 15:53:45 +02:00
parent cbc5360e78
commit 0bf3759a6d
7 changed files with 49 additions and 43 deletions

View File

@ -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)
}