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.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const redis = require('redis'); const redis1 = redis.createClient({ db: 1 }); // use DB 1. OK const redis2 = redis1.duplicate({ db: 2 }); // use DB 1, not DB 2
I think that this code line is related to this issue. https://github.com/NodeRedis/node_redis/blob/009479537eb920d2c34045026a55d31febd1edd7/lib/extendedApi.js#L98
The text was updated successfully, but these errors were encountered:
Confirmed.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
I think that this code line is related to this issue.
https://github.com/NodeRedis/node_redis/blob/009479537eb920d2c34045026a55d31febd1edd7/lib/extendedApi.js#L98
The text was updated successfully, but these errors were encountered: