1

There was such a question. I would like to understand in theory how the consistent hash algorithm works in haproxy. To be more precise, what is hashed and how is it hashed? (what happens on the servers). Thank you!

Ivan
  • 11
  • 1
  • 2

1 Answers1

0

I came along this post which describes it pretty nicely. Also hash-type option documentation provides some details.

David
  • 387
  • 1
  • 7
  • 16