UNPKG

substreams-sink-redis

Version:
8 lines 493 B
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