-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
I only really needed ExpeditiousEngine
, here are typings:
declare module 'expeditious' {
export abstract class ExpeditiousEngine {
public getNamespaceFromKey(key: string): string;
public getKeyWithoutNamespace(key: string): string;
public set(key: string, val: string, expire: number, callback: Function): void;
public get(key: string, callback: Function): void;
public del(key: string, callback: Function): void;
public ttl(key: string, callback: Function): void
public flush(ns: string, callback: Function): void;
}
}
Also you might want to look into starting to use classes.
Metadata
Metadata
Assignees
Labels
No labels