206 207 208 209 210 211 212
# File 'lib/dalli/protocol/connection_manager.rb', line 206 def memcached_socket if socket_type == :unix Dalli::Socket::UNIX.open(hostname, options) else Dalli::Socket::TCP.open(hostname, port, options) end end