File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
packages/client/lib/client Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -937,7 +937,7 @@ export default class RedisClient<
937937 _ejectSocket ( ) : RedisSocket {
938938 const socket = this . _self . #socket;
939939 // @ts -ignore
940- this . #socket = null ;
940+ this . _self . #socket = null ;
941941 socket . removeAllListeners ( ) ;
942942 return socket ;
943943 }
@@ -957,10 +957,10 @@ export default class RedisClient<
957957 * @internal
958958 */
959959 _maintenanceUpdate ( update : MaintenanceUpdate ) {
960- this . #socket. inMaintenance = update . inMaintenance ;
961- this . #socket. setMaintenanceTimeout ( update . relaxedSocketTimeout ) ;
962- this . #queue. inMaintenance = update . inMaintenance ;
963- this . #queue. setMaintenanceCommandTimeout ( update . relaxedCommandTimeout ) ;
960+ this . _self . #socket. inMaintenance = update . inMaintenance ;
961+ this . _self . #socket. setMaintenanceTimeout ( update . relaxedSocketTimeout ) ;
962+ this . _self . #queue. inMaintenance = update . inMaintenance ;
963+ this . _self . #queue. setMaintenanceCommandTimeout ( update . relaxedCommandTimeout ) ;
964964 }
965965
966966 /**
You can’t perform that action at this time.
0 commit comments