You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-07 13:22:56 +03:00
enabled adding abritary commands
added test and add_command alias original and special char commands tweaked code spacing
This commit is contained in:
committed by
Ruben Bridgewater
parent
4f7f1adf50
commit
0437aa4985
4
index.js
4
index.js
@@ -1100,4 +1100,6 @@ exports.AggregateError = errorClasses.AggregateError;
|
||||
// Add all redis commands / node_redis api to the client
|
||||
require('./lib/individualCommands');
|
||||
require('./lib/extendedApi');
|
||||
require('./lib/commands');
|
||||
|
||||
//enables adding new commands (for modules and new commands)
|
||||
exports.addCommand = exports.add_command = require('./lib/commands');
|
Reference in New Issue
Block a user