aeryen

Results 4 issues of aeryen

I am getting an error trying to call an intrinsic proc in the global scope that's is assigned a new name in the imported lib. Expected it to work similar...

replicated

In class RedisClient `this._redisMock.on('message', (ch, msg) => this._message(ch, msg));` the callback needs to be stored and used for `removeListener` later in `quit()`. Right now you are trying to remove a...

"The timeout will only be cleared by commands that delete or overwrite the contents of the key, including DEL, SET, GETSET and all the *STORE commands." https://redis.io/commands/expire Currently calling .set()...