Skip to content

v1.13

Latest

Choose a tag to compare

@ikenchina ikenchina released this 16 May 13:09
052d6f2

v1.13

  • Added configurable channel backend selection with channel.type
  • Added memory channel backend for in-memory RDB/AOF buffering
  • Added channel.memory.maxSize and channel.memory.logSize
  • Kept storer as the default backend for backward compatibility
  • Added related tests and documentation

v1.13 is a feature release on top of v1.1.2, focused on introducing an optional in-memory channel backend while preserving existing behavior by default.