Skip to content

Releases: mindwind/craft-atom

Atom 3.1.2

17 Jul 09:29
Compare
Choose a tag to compare

UPGRADE URGENCY: MODERATE
This release just upgrade some third party dependency.

Atom-redis

  • [IMPROVE] Upgrade jedis to version 2.7.2, close issue #2

Atom-protocol-rpc

  • [IMPROVE] Upgrade kryo to version 3.0.2, close issue #4

Atom 3.1.1

07 Jul 07:49
Compare
Choose a tag to compare

UPGRADE URGENCY: HIGH
This release just fix a bug for master slave redis switch.

Atom-redis

  • [FIX] issue #5

Atom 3.1.0

08 Apr 03:01
Compare
Choose a tag to compare

UPGRADE URGENCY: LOW
This release mostly adds some commands for redis module.

Atom-redis

  • [IMPROVE] - upgrade jedis dependency to 2.6.2
  • [NEW] - ZLEXCOUNT command
  • [NEW] - ZRANGEBYLEX command
  • [NEW] - ZREMRANGEBYLEX command
  • [NEW] - CLIENT KILL new form added