Class: MemCache::Server

Inherits:
Object
  • Object
show all
Defined in:
lib/mem_cache_with_consistent_hashing.rb

Instance Method Summary collapse

Instance Method Details

#addressObject



34
35
36
# File 'lib/mem_cache_with_consistent_hashing.rb', line 34

def address
  "#{host}:#{port}"
end