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