We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
我安装了node和npm、coffee-script,把ss.coffee编译成ss.js, 然后运行了,node ss.js。 然后怎么用呢?
The text was updated successfully, but these errors were encountered:
ss.coffee 提供一个操作 server 数据库(redis) 的例子,你可以使用任何语言去操作。
使用:
// install requirement // npm install redis var ss = require('ss'); // create a new user. var user = { name: 'name', password: 'password', method: 'aes-128-cfb', limit: 1 * 1024 * 1024 * 1024 }; ss.set_user(user, function() { console.log('create user done'); });
剩下的自己看代码吧, 有详细的注释
Sorry, something went wrong.
哦,这样,没想到作者回复的这么快,太感谢了!
No branches or pull requests
我安装了node和npm、coffee-script,把ss.coffee编译成ss.js, 然后运行了,node ss.js。
然后怎么用呢?
The text was updated successfully, but these errors were encountered: