File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,14 +24,13 @@ Deprecations
2424
2525Features
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
You can’t perform that action at this time.
0 commit comments