NodeRedis/node-redis

View on GitHub
packages/client/lib/commands/ACL_SAVE.ts

Summary

Maintainability
A
0 mins
Test Coverage
import { RedisCommandArgument, RedisCommandArguments } from '.';

export function transformArguments(): RedisCommandArguments {
    return ['ACL', 'SAVE'];
}

export declare function transformReply(): RedisCommandArgument;