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