We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Hi Monica,
There is way to select how database to use? some optional configuration? like this:
// develop redisOptions = {host: '127.0.0.1', port: 6379, pass: 'pass', db: 1} // test redisOptions = {host: '127.0.0.1', port: 6379, pass: 'pass', db: 2}
cheers