Skip to content

v.1.2.0

Compare
Choose a tag to compare
@BridgeAR BridgeAR released this 21 Apr 01:34
· 51 commits to master since this release

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