码迷,mamicode.com
首页 >  
搜索关键字:redis cluster sentinel    ( 25797个结果
PHP-redis api 中文说明(转)
来源 : http://hi.baidu.com/gaolamp/item/1686aac07334bd0f0ad93a9fPHP-redis api 中文说明phpredis 是 php 的一个扩展,效率是相当高有链表排序功能,对创建内存级的模块业务关系,很有用,以下是 redis 官方提供的命令...
分类:Windows程序   时间:2014-07-09 23:17:30    阅读次数:323
Elasticsearch Internals: Networking Introduction An Overview of the Network Topology
This article introduces the networking part of Elasticsearch. We look at the network topology of an Elasticsearch cluster, which connections are estab...
分类:Web程序   时间:2014-07-06 20:08:14    阅读次数:393
redis持久化RDB和AOF
Redis 持久化:提供了多种不同级别的持久化方式:一种是RDB,另一种是AOF.RDB 持久化可以在指定的时间间隔内生成数据集的时间点快照(point-in-time snapshot)。AOF 持久化记录服务器执行的所有写操作命令,并在服务器启动时,通过重新执行这些命令来还原数据集。 AOF 文...
分类:数据库   时间:2014-07-06 19:45:26    阅读次数:248
ubuntu下安装redis
(1)进去 /usr/local目录下 cd /usr/local 若没有local这个文件夹则创建一个 sudo mkdir /usr/local sudo chmod 777 /usr/local (2)下载rediswget http://download.redis.io/release.....
分类:其他好文   时间:2014-07-06 19:42:31    阅读次数:176
读REDIS数据结构
一.DICT主要有两个问题:1.散列冲突,解决办法是拉链法typedef struct dictEntry { void *key; union { void *val; uint64_t u64; int64_t s64; } v; ...
分类:其他好文   时间:2014-07-06 13:53:52    阅读次数:161
如何一步一步删除(linux & UNIX)环境下 oracle 11g 集群节点
?? Deleting a Cluster Node on Linux and UNIX Systems 1.确定要删除的节点,是否active,pinned $ olsnodes -s -t 如果 pinned ,则crsctl unpin css  -n   unpinned 相应的节点 2、禁用相应集群节点的应用资源,进程 先停掉 em: emctl sto...
分类:数据库   时间:2014-07-06 11:48:28    阅读次数:309
使用topshelf包装redis为windows服务
Redis服务端目前用的是控制台程序运行,部署的时候能作为windows服务后台运行感觉更好。找到一篇文章Running Redis as a Windows Service,利用windows installer实现的。如果使用topshelf,岂不是可以兼容mono,于是自己动手写了,实现很简单...
分类:Windows程序   时间:2014-07-05 17:52:26    阅读次数:359
Learn ZYNQ (9)
创建zybo cluster的spark集群(计算层面): 1.每个节点都是同样的filesystem,mac地址冲突,故: vi ./etc/profile export PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b...
分类:其他好文   时间:2014-07-05 17:29:31    阅读次数:549
在nginx中使用lua直接访问mysql和memcaced达到数据接口的统一
在nginx中使用lua直接访问mysql和memcaced达到数据接口的统一 安装nginx参见《nginx+lua+redis构建高并发应用》 让nginx 中的nginx_lua_module支持mysql 和memcache 下载 https://github.com/agentzh/lua-resty-memcached https://github.com/agentzh/lua-resty-mysql 对于访问接口的统一有很多的处理方式,这里介绍使用nginx lua 访问mysql并用m...
分类:数据库   时间:2014-07-04 09:16:42    阅读次数:431
Mysql上的RAC:Percona XtraDB Cluster负载均衡集群安装部署手册
Keepalived LVS mysql集群 Percona xtradb cluster 负载均衡...
分类:数据库   时间:2014-07-04 08:46:56    阅读次数:383
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!