Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

redis

Package Overview
Dependencies
Maintainers
3
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis - npm Package Versions

1
16

3.1.2

Diff

Changelog

Source

v3.1.2

Fixes

  • Exclude unnecessary files from tarball
leibale
published 3.1.1 •

Changelog

Source

v3.1.1

Enhancements

  • Upgrade node and dependencies

Fixes

  • Fix a potential exponential regex in monitor mode
leibale
published 3.1.0 •

Changelog

Source

v3.1.0 - 31 Mar, 2021

Enhancements

  • Upgrade node and dependencies and redis-commands to support Redis 6
  • Add support for Redis 6 auth pass [user]
salakar
published 3.0.2 •

salakar
published 3.0.1 •

salakar
published 3.0.0 •

Changelog

Source

v3.0.0 - 09 Feb, 2020

This version is mainly a release to distribute all the unreleased changes on master since 2017 and additionally removes a lot of old deprecated features and old internals in preparation for an upcoming modernization refactor (v4).

Breaking Changes

  • Dropped support for Node.js < 6
  • Dropped support for hiredis (no longer required)
  • Removed previously deprecated drain event
  • Removed previously deprecated idle event
  • Removed previously deprecated parser option
  • Removed previously deprecated max_delay option
  • Removed previously deprecated max_attempts option
  • Removed previously deprecated socket_no_delay option

Bug Fixes

  • Removed development files from published package (#1370)
  • Duplicate function now allows db param to be passed (#1311)

Features

  • Upgraded to latest redis-commands package
  • Upgraded to latest redis-parser package, v3.0.0, which brings performance improvements
  • Replaced double-ended-queue with denque, which brings performance improvements
  • Add timestamps to debug traces
  • Add socket_initial_delay option for socket.setKeepAlive (#1396)
  • Add support for rediss protocol in url (#1282)
bridgear
published 2.8.0 •

Changelog

Source

v2.8.0 - 31 Jul, 2017

Features

  • Accept UPPER_CASE commands in send_command
  • Add arbitrary commands to the prototype by using Redis.addCommand(name)

Bugfixes

  • Fixed not always copying subscribe unsubscribe arguments
  • Fixed emitting internal errors while reconnecting with auth
  • Fixed crashing with invalid url option
bridgear
published 2.7.1 •

Changelog

Source

v2.7.1 - 14 Mar, 2017

Bugfixes

  • Fixed monitor mode not working in combination with IPv6 (2.6.0 regression)
bridgear
published 2.7.0 •

Changelog

Source

v2.7.0 - 11 Mar, 2017

Features

  • All returned errors are from now a subclass of RedisError.

Bugfixes

  • Fixed rename_commands not accepting null as value
  • Fixed AbortErrors and AggregateErrors not showing the error message in the stack trace
bridgear
published 2.6.5 •

Changelog

Source

v2.6.5 - 15 Jan, 2017

Bugfixes

  • Fixed parser not being reset in case the redis connection closed ASAP for overcoming of output buffer limits
  • Fixed parser reset if (p)message_buffer listener is attached
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc