You've already forked node-redis
mirror of
https://github.com/redis/node-redis.git
synced 2025-08-04 15:02:09 +03:00
Simplifying writeCommandsToFile /ht @polgfred
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
// This file was generated by ./generate_commands.js on Thu Jun 02 2011 21:09:35 GMT-0500 (CDT)
|
||||
Commands = [
|
||||
// This file was generated by ./generate_commands.js on Thu Jun 02 2011 21:50:36 GMT-0500 (CDT)
|
||||
exports.Commands = [
|
||||
"append",
|
||||
"auth",
|
||||
"bgrewriteaof",
|
||||
@ -124,5 +124,3 @@ Commands = [
|
||||
"zscore",
|
||||
"zunionstore"
|
||||
];
|
||||
|
||||
exports.Commands = Commands;
|
Reference in New Issue
Block a user