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