Class/Module Index [+]

Quicksearch

EventMachine::Protocols::Memcache

Public Instance Methods

aget_hash(*keys) click to toggle source
Alias for: get_hash
get_hash(*keys) click to toggle source
# File lib/em-synchrony/em-memcache.rb, line 15
def get_hash(*keys)
  index = 0
  get(*keys).inject({}) { |h,v| h[keys[index]] = v; index += 1; h }
end
Also aliased as: aget_hash

[Validate]

Generated with the Darkfish Rdoc Generator 2.