summaryrefslogtreecommitdiff
path: root/md5.h
Commit message (Collapse)AuthorAgeFilesLines
* proxy: add ring_hash builtindormando2022-02-241-0/+101
this is ketama-based, with options for minor compat changes with major libraries. does _not_ support weights. The weights bits in the original ketama broke the algorithm, as changing the number of points would shift unrelated servers when the list changes. this also changes backends to take a "name" specifically, instead of an "ip address". Though note if supplying a hostname instead of an IP there might be inline DNS lookups on reconnects.