support ketama consistent hash

This commit is contained in:
Zhang Jingqiang 2024-03-28 16:17:27 +08:00
parent e22638d27e
commit fb64352293
20 changed files with 249 additions and 73 deletions

View file

@ -150,6 +150,10 @@ The following values are supported:
For nodes with the same weights, the order is kept as in the config.
* ketama
Ketama Consistent Hash. The key format is defined in the context of each selective vector.
* rendezvous
Rendezvous Hash. The key format is defined in the context of each selective vector.