# File lib/redis.rb, line 366 def dump(key) synchronize do |client| client.call([:dump, key]) end end