Features
- Updated commands list to Redis 6.2
Features
- Updated commands list to Redis 6.06
Features
- Updated the commands list
- Added support for
XREAD
andXREADGROUP
in.getKeyIndexes()
Features
- Updated the commands list
Bugfix
- Rebuild the commands with the latest stable release. In v.1.3.3 the wrong Redis version was used.
Chore
- Removed coverage folder from npm
Features
- Rebuild the commands
Chore
- Updated dependencies
- Fixed typos
Bugfix
- Fix require for for webpack
Features
- Rebuild the commands with the newest Redis unstable 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
Features
- Added .exists() to check for command existence
- Improved performance of .hasFlag()