mirror of
https://github.com/619dev/PaperPhone.git
synced 2026-07-02 12:44:35 +08:00
5 lines
247 B
TypeScript
5 lines
247 B
TypeScript
import { RedisCommandArgument, RedisCommandArguments } from '.';
|
|
export declare const IS_READ_ONLY = true;
|
|
export declare function transformArguments(): RedisCommandArguments;
|
|
export declare function transformReply(): RedisCommandArgument | null;
|