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.

12 lines (11 loc) 313 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.transformArguments = void 0; function transformArguments(bits) { const args = ["ACL", "GENPASS"]; if (bits) { args.push(bits.toString()); } return args; } exports.transformArguments = transformArguments;