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