github redis/node-redis v.2.4.0
TLS & key prefixing

latest releases: redis@4.6.13, client@1.5.14, redis@4.6.12...
8 years ago

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.

Don't miss a new node-redis release

NewReleases is sending notifications on new releases.