1
scarlex 2015-07-25 16:10:01 +08:00
https://github.com/tj/commander.js
是TJ写的这个东西,方便写命令行工具 |
4
luin 2015-07-25 23:43:53 +08:00
commands.js 是通过 Redis 的 command 命令 (http://redis.io/commands/command) 生成的,用来告知 ioredis 要支持的 Redis 命令列表以及每个命令的属性。命令的属性则用来实现自动添加命名空间和在 Cluster 模式下计算 slot。
|