feat: Upgrade Redis 3 to 4 for LiveQuery (#8333)
This commit is contained in:
@@ -21,6 +21,10 @@ export class LiveQueryController {
|
||||
this.liveQueryPublisher = new ParseCloudCodePublisher(config);
|
||||
}
|
||||
|
||||
connect() {
|
||||
return this.liveQueryPublisher.connect();
|
||||
}
|
||||
|
||||
onAfterSave(
|
||||
className: string,
|
||||
currentObject: any,
|
||||
|
||||
Reference in New Issue
Block a user