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

230
Views
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 answers
Answer question

0

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

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!