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
24
24
25
25
Features
26
26
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)
28
28
- Added support for camelCase
29
29
- The Node.js landscape default is to use camelCase. node_redis is a bit out of the box here
30
30
but from now on it is possible to use both, just as you prefer!
31
31
- If there's any documented variable missing as camelCased, please open a issue for it
32
32
- Improve error handling significantly
33
33
- 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)
35
34
- Improved unspecific error messages e.g. "Connection gone from end / close event"
36
35
- Added ` args ` to command errors to improve identification of the error
37
36
- Added origin to errors if there's e.g. a connection error
You can’t perform that action at this time.
0 commit comments