- Codebase was ported to typescript
- Added typescript types
- Change to promise-based - drop support for callbacks
- Remove lodash
- Upgrade to redis 4.x
- Upgrade Node.js to 14.x
- Travis tests for Node 6, 8, 10
- Cleaned up code and dependencies
- Travis tests for Node.js 4.2
- Upgraded to lodash 4.x
- Loading only needed lodash modules
- Travis tests for Node.js 4.1 and 5.0
- Removed Travis tests for 0.8.x and iojs
- Node.js 0.8.x is no longer supported
- Fix: For incorrect handling of
limit:0
withtags
method - Test-Support for Node.js 0.12 and iojs
- Minor doc changes
- Added: LICENSE.md file
- Switched from Underscore to LoDash
- Don't issue empty multi statements in special cases (issue #2)
- Make
hiredis
optional.
- Added support for https://github.com/mranney/node_redis#rediscreateclientport-host-options
options
object. - Added docs for
client
option to supply an already connected Redis object to *redis-tagging.