
分布式
闲止
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Zookeeper学习QA(待整理)
Q1:Zookeeper是什么,有什么作用? ZooKeeper is a centralized service for maintaining configuration information, naming, providing distributed synchronization, and providing group services. All of these kinds...原创 2018-02-10 11:15:52 · 351 阅读 · 0 评论 -
redis 分布式锁 setnx
def _create_lock_object(self, key): ''' Returns a lock object, split for testing ''' return redis_lock.Lock(self.redis_conn, key, expire=self.settings['REDIS...原创 2018-02-12 22:44:18 · 700 阅读 · 0 评论