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