Xiaodong.Li

  博客园 :: 首页 :: 新随笔 :: 联系 :: 订阅 :: 管理 ::

随笔分类 -  redis

摘要:redis-cluster研究和使用 : http://hot66hot.iteye.com/blog/2050676 Github ioredis : https://github.com/luin/ioredis Migrating-from-node_redis : https://githu 阅读全文
posted @ 2016-06-29 13:59 Xiaodong.Li 阅读(1971) 评论(0) 推荐(0)

摘要:redisLockTest //redis.js var redis = require('redis'); var redislock = require('redislock'); var client = redis.createClient('127.0.0.1',6379); export 阅读全文
posted @ 2016-06-08 14:14 Xiaodong.Li 阅读(259) 评论(0) 推荐(0)