nginx-upsync-module
                                
                                
                                
                                    nginx-upsync-module copied to clipboard
                            
                            
                            
                        upsync_lb 是均匀一致性hash吗
设置如下: upsync_lb hash_ketama; hash $arg_uid consistent;
请问该hash的方式是对服务的ip进行一致性hash获得的hash值,用于对参数uid hash后进行比较吗? 另外是均匀的一致性hash吗
是一致性hash.