You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Add issue to corresponding spec
This commit is contained in:
@@ -38,7 +38,7 @@ describe('The node_redis client', function () {
|
||||
client.quit(done);
|
||||
});
|
||||
|
||||
it('reset the parser while reconnecting', function (done) {
|
||||
it('reset the parser while reconnecting (See #1190)', function (done) {
|
||||
var client = redis.createClient({
|
||||
retryStrategy: function () {
|
||||
return 5;
|
||||
|
Reference in New Issue
Block a user