pingora_load_balancing

Module selection

Source
Expand description

Backend selection interfaces and algorithms

Modules§

Structs§

  • An iterator which wraps another iterator and yields unique items. It optionally takes a max number of iterations if the wrapped iterator never returns.

Traits§

Type Aliases§

  • Consistent Ketama hashing on weighted backends
  • FNV hashing on weighted backends
  • Random selection on weighted backends
  • Round robin selection on weighted backends