UNPKG

@fabric-es/fabric-cqrs

Version:

Hyperledger Fabric middleware for event sourcing and cqrs pattern

3 lines (2 loc) 223 B
import { Redisearch } from 'redis-modules-sdk'; export declare const pipelineExec: <TResult = any>(client: Redisearch, action: 'HGETALL' | 'DELETE' | 'GET', pattern: string, keys?: string[]) => Promise<[Error, TResult][]>;