You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-06 02:15:48 +03:00
making an attempt to improve the test suite
This commit is contained in:
@@ -46,7 +46,7 @@ Queue.prototype.forEach = function (fn, thisv) {
|
||||
Queue.prototype.getLength = function () {
|
||||
return this.head.length - this.offset + this.tail.length;
|
||||
};
|
||||
|
||||
|
||||
Object.defineProperty(Queue.prototype, "length", {
|
||||
get: function () {
|
||||
return this.getLength();
|
||||
|
Reference in New Issue
Block a user