Node Redis Protocol
- 授权协议: MIT
- 开发语言: JavaScript
- 操作系统: 跨平台
- 软件首页: https://github.com/athoune/node-redis-protocol
软件介绍
Node Redis Protocol 可以你在 Node.js 上操作 Redis 服务器。
示例代码:
var redisd = require('redisd'); var server = redisd.createServer(function(command) { console.log('query', command); this.encode(['pim', 'pam']);// the answer }); server.listen(6379, function() { console.log('fake redis started'); });
SCWCD Exam Study Kit Second Edition
Hanumant Deshmukh、Jignesh Malavia、Matthew Scarpino / Manning Publications / 2005-05-20 / USD 49.95
Aimed at helping Java developers, Servlet/JSP developers, and J2EE developers pass the Sun Certified Web Component Developer Exam (SCWCD 310-081), this study guide covers all aspects of the Servlet an......一起来看看 《SCWCD Exam Study Kit Second Edition》 这本书的介绍吧!
