memcachier / memjs

A memcache client for node using the binary protocol and SASL authentication
MIT License
197 stars 52 forks source link

Deprecated call in package? #115

Closed CoinCoderBuffalo closed 5 years ago

CoinCoderBuffalo commented 6 years ago

MemJS INCREMENT: using deprecated call - arguments have changed

saschat commented 5 years ago

This happens if you increment(key, amount, callback, options) instead of increment(key, amount, options, callback).