TLS & key prefixing
Features
- Added
tls
option to iniate a connection to a redis server behind a TLS proxy. Thanks (@paddybyers) - Added
prefix
option to auto key prefix any command with the provided prefix (@luin & @BridgeAR) - Added
url
option to pass the connection url with the options object (@BridgeAR) - Added
client.duplicate([options])
to duplicate the current client and return a new one with the same options (@BridgeAR) - Improve performance by up to 20% on almost all use cases (@BridgeAR)
Bugfixes
- Fixed js parser handling big values slow (@BridgeAR)
- The speed is now on par with the hiredis parser.