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'); });
Distributed Algorithms
Nancy A. Lynch / Morgan Kaufmann / 1996-3-15 / USD 155.00
In "Distributed Algorithms", Nancy Lynch provides a blueprint for designing, implementing, and analyzing distributed algorithms. She directs her book at a wide audience, including students, programmer......一起来看看 《Distributed Algorithms》 这本书的介绍吧!
