123
This commit is contained in:
12
node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS.js
generated
vendored
Normal file
12
node_modules/@redis/client/dist/lib/commands/PUBSUB_CHANNELS.js
generated
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
"use strict";
|
||||
Object.defineProperty(exports, "__esModule", { value: true });
|
||||
exports.transformArguments = exports.IS_READ_ONLY = void 0;
|
||||
exports.IS_READ_ONLY = true;
|
||||
function transformArguments(pattern) {
|
||||
const args = ['PUBSUB', 'CHANNELS'];
|
||||
if (pattern) {
|
||||
args.push(pattern);
|
||||
}
|
||||
return args;
|
||||
}
|
||||
exports.transformArguments = transformArguments;
|
||||
Reference in New Issue
Block a user