substreams-sink-redis
Version:
Substreams Redis sink module
8 lines • 493 B
TypeScript
import type { ActionOptions } from "../bin/cli.js";
import type { Labels } from "./redis.js";
import type { Clock } from "@substreams/core/proto";
export declare function toTimestamp(clock: Clock): number;
export declare function parseKeyPrefix(key: string, prefix?: string): string;
export declare function parseKeyLabels(key: string, labels: Labels): string;
export declare function parseKey(name: string, options: ActionOptions, labels?: Labels): string;
//# sourceMappingURL=utils.d.ts.map