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