Version 4.0.0
Added support for non-object mode stream. In non-object mode the cache will emit Buffers and accept Buffers on the write stream. This simplifies piping cache instances together over a socket.
Internally this has been developed using a feature introduced in node.js version 8.2.0. Due to this, support for node.js 6.x is dropped.