Closed CoinCoderBuffalo closed 5 years ago
MemJS INCREMENT: using deprecated call - arguments have changed
This happens if you increment(key, amount, callback, options) instead of increment(key, amount, options, callback).
increment(key, amount, callback, options)
increment(key, amount, options, callback)
MemJS INCREMENT: using deprecated call - arguments have changed