@ikonintegration/ikapi 2.6.7 → 2.6.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -123,7 +123,7 @@ export default class IKCache_Redis extends IKCache {
|
|
|
123
123
|
//redis v4 & v3 compatibility
|
|
124
124
|
if (connection && connection.connect) await connection.connect();
|
|
125
125
|
//
|
|
126
|
-
connectedHandler = () => {
|
|
126
|
+
const connectedHandler = () => {
|
|
127
127
|
this.connection = connection;
|
|
128
128
|
if (this.awaitingConnectionQueue) this.awaitingConnectionQueue.forEach((resolve) => resolve());
|
|
129
129
|
this.awaitingConnectionQueue = null;
|