UNPKG

@valkey/client

Version:

The source code and documentation for this package are in the main [node-redis](https://github.com/redis/node-redis) repo.

14 lines (13 loc) 764 B
import ValkeyClient from "./lib/client"; import ValkeyCluster from "./lib/cluster"; export { ValkeyClientType, ValkeyClientOptions } from "./lib/client"; export { ValkeyModules, ValkeyFunctions, ValkeyScripts } from "./lib/commands"; export declare const createClient: typeof ValkeyClient.create; export declare const commandOptions: typeof ValkeyClient.commandOptions; export { ValkeyClusterType, ValkeyClusterOptions } from "./lib/cluster"; export declare const createCluster: typeof ValkeyCluster.create; export { defineScript } from "./lib/lua-script"; export * from "./lib/errors"; export { GeoReplyWith } from "./lib/commands/generic-transformers"; export { SetOptions } from "./lib/commands/SET"; export { ValkeyFlushModes } from "./lib/commands/FLUSHALL";