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.
1 parent 476e554 commit 8688986Copy full SHA for 8688986
test/node_redis.spec.js
@@ -38,7 +38,7 @@ describe('The node_redis client', function () {
38
client.quit(done);
39
});
40
41
- it('reset the parser while reconnecting', function (done) {
+ it('reset the parser while reconnecting (See #1190)', function (done) {
42
var client = redis.createClient({
43
retryStrategy: function () {
44
return 5;
0 commit comments