Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

232
Views
Cliente Aerospike NodeJS - Opción "minConnsPerNode"

Estoy tratando de usar la configuración minConnsPerNode pero parece que no funciona.

He abierto un problema en el repositorio, pero después de un mes todavía no tengo respuesta. (Asunto )

 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()

Se pueden encontrar más detalles en el problema.

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Esto se ha solucionado en aerospike@3.16.6. Se pueden encontrar más detalles en el problema.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!