class Dalli::Ring::Entry
Represents a point in the consistent hash ring implementation.
Attributes
Public Class Methods
Source
# File lib/dalli/ring.rb, line 147 def initialize(val, srv) @value = val @server = srv end
Represents a point in the consistent hash ring implementation.
# File lib/dalli/ring.rb, line 147 def initialize(val, srv) @value = val @server = srv end