nginx-upsync-module icon indicating copy to clipboard operation
nginx-upsync-module copied to clipboard

upsync_lb 是均匀一致性hash吗

Open CaoYusong opened this issue 6 years ago • 1 comments

设置如下: upsync_lb hash_ketama; hash $arg_uid consistent;

请问该hash的方式是对服务的ip进行一致性hash获得的hash值,用于对参数uid hash后进行比较吗? 另外是均匀的一致性hash吗

CaoYusong avatar Nov 13 '18 09:11 CaoYusong

是一致性hash.

xiaokai-wang avatar Dec 04 '18 15:12 xiaokai-wang