You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think these two lines should be k := "foo" + strconv.Itoa(i) (i instead of n) so that each key is different. This will make the sharded cache look better since keys will be able to spread out.
I think these two lines should be
k := "foo" + strconv.Itoa(i)
(i instead of n) so that each key is different. This will make the sharded cache look better since keys will be able to spread out.The text was updated successfully, but these errors were encountered: