UNPKG

redis-eval-mock

Version:

A mock version of Redis EVAL to test Lua scripts

7 lines 227 B
/*! * Copyright (c) Microsoft Corporation. * Licensed under the MIT License. */ import { RedisClient } from 'redis'; export default function <T extends Partial<RedisClient>>(client: T): T; //# sourceMappingURL=index.d.ts.map