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