You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
Improve coverage; make tests ready for Redis 3.2
Add command sanity check
This commit is contained in:
@@ -252,7 +252,7 @@ describe('return_buffers', function () {
|
||||
var subConnected;
|
||||
|
||||
pub = redis.createClient.apply(redis.createClient, basicArgs);
|
||||
sub = redis.createClient.apply(redis.createClient, args);
|
||||
sub = redis.createClient.apply(null, args);
|
||||
pub.once('connect', function () {
|
||||
pub.flushdb(function () {
|
||||
pubConnected = true;
|
||||
|
Reference in New Issue
Block a user