You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
1.2 KiB

4 years ago
  1. ## v.1.5.0 - 10 May, 2019
  2. Features
  3. - Updated the commands list
  4. - Added support for `XREAD` and `XREADGROUP` in `.getKeyIndexes()`
  5. ## v.1.4.0 - 8 Oct, 2018
  6. Features
  7. - Updated the commands list
  8. ## v.1.3.5 - 28 Feb, 2018
  9. Bugfix
  10. - Rebuild the commands with the latest stable release.
  11. In v.1.3.3 the wrong Redis version was used.
  12. ## v.1.3.4 - 26 Feb, 2018
  13. Chore
  14. - Removed coverage folder from npm
  15. ## v.1.3.3 - 24 Feb, 2018
  16. Features
  17. - Rebuild the commands
  18. ## v.1.3.2 - 24 Feb, 2018
  19. Chore
  20. - Updated dependencies
  21. - Fixed typos
  22. ## v.1.3.1 - 25 Jan, 2017
  23. Bugfix
  24. - Fix require for for webpack
  25. ## v.1.3.0 - 20 Oct, 2016
  26. Features
  27. - Rebuild the commands with the newest Redis unstable release
  28. ## v.1.2.0 - 21 Apr, 2016
  29. Features
  30. - Added support for `MIGRATE [...] KEYS key1, key2` (Redis >= v.3.0.6)
  31. - Added build sanity check for unhandled commands with moveable keys
  32. - Rebuild the commands with the newest unstable release
  33. - Improved performance of .getKeyIndexes()
  34. Bugfix
  35. - Fixed command command returning the wrong arity due to a Redis bug
  36. - Fixed brpop command returning the wrong keystop due to a Redis bug
  37. ## v.1.1.0 - 09 Feb, 2016
  38. Features
  39. - Added .exists() to check for command existence
  40. - Improved performance of .hasFlag()