Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

245
Visualizações
Aerospike NodeJS Client - "minConnsPerNode" Option

I'm trying to use the minConnsPerNode setting but it doesn't seem to work.

I've opened an issue at the repository but after a month I still got no answer. (Issue)

  const Aerospike = require('aerospike')
  
  const config = {
    hosts: '127.0.0.1:3000',
    minConnsPerNode: 1, // works if minConnsPerNode is removed
  }
  
  const run = async () => {
    Aerospike.setDefaultLogging({ level: Aerospike.log.DEBUG, file: process.stderr.fd })
    const client = await Aerospike.connect(config);
  
    const puts = Array.from({ length: 5 }, (_, i) => client.put(new Aerospike.Key('ssd-store', 'test', i), { i }))
  
    await Promise.all(puts)
    client.close()
  }
  
  run()

More details can be found in the issue

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

This has been fixed in aerospike@3.16.6. More details can be found in the issue

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda