Open mastermatt opened 6 years ago
https://github.com/jkehres/memcached-elasticache/blob/858ef9bf1dc9bbbafc9c1ad98885ff445b882ef4/index.js#L72
The set var is this._timer
this._timer
Not that it matters much at runtime. Calling clearInterval with an invalid interval ID has no side effects.
clearInterval
https://github.com/jkehres/memcached-elasticache/blob/858ef9bf1dc9bbbafc9c1ad98885ff445b882ef4/index.js#L72
The set var is
this._timer
Not that it matters much at runtime. Calling
clearInterval
with an invalid interval ID has no side effects.