Skip to content

Version 4.0.0

Choose a tag to compare

@trygve-lie trygve-lie released this 04 Jan 18:12
· 148 commits to master since this release

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.