redis-argument-parser

时间:2024-07-02 09:43:31
【文件属性】:

文件名称:redis-argument-parser

文件大小:15KB

文件格式:ZIP

更新时间:2024-07-02 09:43:31

JavaScript

解析 Redis 命令的参数类型。 用法 var parser = require ( 'redis-argument-parser' ) var command = new parser . RedisCommand ( 'mset' ) // or 'MSET' var types = command . parseInputs ( [ 'k1' , 1 , 'k2' , 2 ] ) console . log ( types ) // [ 'key', 'string', 'key', 'string' ]


【文件预览】:
redis-argument-parser-master
----.jshintrc(161B)
----.gitignore(22B)
----package.json(320B)
----.travis.yml(58B)
----index.js(6KB)
----README.md(283B)
----redis-commands.json(65KB)
----test()
--------commands.yaml(20KB)
--------index.js(1000B)

网友评论