14 lines
529 B
TypeScript
14 lines
529 B
TypeScript
import { CommandParser } from '../client/parser';
|
|
import { ArrayReply, BlobStringReply } from '../RESP/types';
|
|
declare const _default: {
|
|
readonly NOT_KEYED_COMMAND: true;
|
|
readonly IS_READ_ONLY: true;
|
|
/**
|
|
* Returns a list of all configured ACL usernames
|
|
* @param parser - The Redis command parser
|
|
*/
|
|
readonly parseCommand: (this: void, parser: CommandParser) => void;
|
|
readonly transformReply: () => ArrayReply<BlobStringReply>;
|
|
};
|
|
export default _default;
|
|
//# sourceMappingURL=ACL_USERS.d.ts.map
|