mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
* Shutdown Doc worker when it is not considered as available in Redis * Use isAffirmative for GRIST_MANAGED_WORKERS * Upgrade Sinon for the tests * Run Smoke test with pages in English * Add logic in /status endpoint
This commit is contained in:
1
stubs/app/server/declarations.d.ts
vendored
1
stubs/app/server/declarations.d.ts
vendored
@@ -28,6 +28,7 @@ declare module "redis" {
|
||||
function createClient(url?: string): RedisClient;
|
||||
|
||||
class RedisClient {
|
||||
public readonly connected: boolean;
|
||||
public eval(args: any[], callback?: (err: Error | null, res: any) => void): any;
|
||||
|
||||
public subscribe(channel: string): void;
|
||||
|
||||
Reference in New Issue
Block a user