Comparing version 4.28.2 to 4.28.3
@@ -80,3 +80,3 @@ "use strict"; | ||
// Check if there're listeners to avoid unnecessary `toString()`. | ||
this.redis.emit("message", reply[1].toString(), reply[2].toString()); | ||
this.redis.emit("message", reply[1].toString(), reply[2] ? reply[2].toString() : ''); | ||
} | ||
@@ -83,0 +83,0 @@ this.redis.emit("messageBuffer", reply[1], reply[2]); |
@@ -0,1 +1,8 @@ | ||
## [4.28.3](https://github.com/luin/ioredis/compare/v4.28.2...v4.28.3) (2022-01-11) | ||
### Bug Fixes | ||
* fix exceptions on messages of client side cache ([#1479](https://github.com/luin/ioredis/issues/1479)) ([02adca4](https://github.com/luin/ioredis/commit/02adca4bc1cc50a232703d2b48ea41a18fa82c93)) | ||
## [4.28.2](https://github.com/luin/ioredis/compare/v4.28.1...v4.28.2) (2021-12-01) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "ioredis", | ||
"version": "4.28.2", | ||
"version": "4.28.3", | ||
"description": "A robust, performance-focused and full-featured Redis client for Node.js.", | ||
@@ -5,0 +5,0 @@ "main": "built/index.js", |
[![ioredis](https://cdn.jsdelivr.net/gh/luin/ioredis@b5e8c74/logo.svg)](https://github.com/luin/ioredis) | ||
[![Build Status](https://travis-ci.org/luin/ioredis.svg?branch=master)](https://travis-ci.org/luin/ioredis) | ||
[![Build Status](https://github.com/luin/ioredis/actions/workflows/main.yml/badge.svg?branch=master)](https://github.com/luin/ioredis/actions/workflows/main.yml?query=branch%3Amaster) | ||
[![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettier) | ||
@@ -167,3 +168,3 @@ [![Join the chat at https://gitter.im/luin/ioredis](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/luin/ioredis?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) | ||
See [API Documentation](API.md#new_Redis) for all available options. | ||
See [API Documentation](API.md#new-redisport-host-options) for all available options. | ||
@@ -170,0 +171,0 @@ ## Pub/Sub |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
308625
1397