Skip to content

Releases: NodeRedis/redis-commands

v.1.5.0

Choose a tag to compare

@BridgeAR BridgeAR released this 10 May 08:21
23dd1bf

Features

  • Updated the commands list
  • Added support for XREAD and XREADGROUP in .getKeyIndexes()

v.1.4.0

Choose a tag to compare

@luin luin released this 08 Oct 15:53

Features

  • Add commands for Redis 5

v.1.3.1

Choose a tag to compare

@BridgeAR BridgeAR released this 25 Jan 16:55

Bugfix

  • Fix require for for webpack

v.1.3.0

Choose a tag to compare

@BridgeAR BridgeAR released this 20 Oct 19:52

Features

  • Rebuild the commands with the newest Redis unstable release

v.1.2.0

Choose a tag to compare

@BridgeAR BridgeAR released this 21 Apr 01:34

Features

  • Added support for MIGRATE [...] KEYS key1, key2 (Redis >= v.3.0.6)
  • Added build sanity check for unhandled commands with moveable keys
  • Rebuild the commands with the newest unstable release
  • Improved performance of .getKeyIndexes()

Bugfix

  • Fixed command command returning the wrong arity due to a Redis bug
  • Fixed brpop command returning the wrong keystop due to a Redis bug

v.1.1.0

Choose a tag to compare

@BridgeAR BridgeAR released this 09 Feb 16:03

Features

  • Added .exists() to check for command existence
  • Improved performance of .hasFlag()

v.1.0.2

Choose a tag to compare

@BridgeAR BridgeAR released this 03 Jan 03:36

Bugfixes

  • Fixed quit command throwing while asking for flags

v.1.0.1

Choose a tag to compare

@BridgeAR BridgeAR released this 23 Nov 23:33

Update to NodeRedis organization and use redis unstable commands to support the newest redis commands.