Skip to content

Commit 6ca53f1

Browse files
committed
chore: removing TODO
1 parent 7e567a7 commit 6ca53f1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

client/client.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,6 @@ func (c *Client) get(
159159
if _, alreadyFetched := results[key]; alreadyFetched {
160160
continue
161161
}
162-
// TODO we could cache this and invalidate the cache if the cluster size changes
163162
_, nodeID := hash.GetNodeNumber(key, c.clusterSize, c.config.TotalHashRanges)
164163
keysByNode[nodeID] = append(keysByNode[nodeID], key)
165164
}

0 commit comments

Comments
 (0)