Skip to content

Commit 8008fb5

Browse files
author
Ruben Bridgewater
committed
Fix changelog entry
1 parent ffaaf0f commit 8008fb5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

changelog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,13 @@ Deprecations
2424

2525
Features
2626

27-
- Added support for the new `CLIENT REPLY ON|OFF|SKIP` command (Redis v.3.2)
27+
- Added support for the new [CLIENT REPLY ON|OFF|SKIP](http://redis.io/commands/client-reply) command (Redis v.3.2)
2828
- Added support for camelCase
2929
- The Node.js landscape default is to use camelCase. node_redis is a bit out of the box here
3030
but from now on it is possible to use both, just as you prefer!
3131
- If there's any documented variable missing as camelCased, please open a issue for it
3232
- Improve error handling significantly
3333
- Only emit an error if the error has not already been handled in a callback
34-
- Emit an error if a command would otherwise silently fail (no callback present)
3534
- Improved unspecific error messages e.g. "Connection gone from end / close event"
3635
- Added `args` to command errors to improve identification of the error
3736
- Added origin to errors if there's e.g. a connection error

0 commit comments

Comments
 (0)