码迷,mamicode.com
首页 >  
搜索关键字:redis 的安装配置介绍    ( 22850个结果
MongoDB 分页查询的方法及性能
最近有点忙,本来有好多东西可以总结,Redis系列其实还应该有四、五、六...不过《Redis in Action》还没读完,等读完再来总结,不然太水,对不起读者。自从上次Redis之后呢,算是对Nosql类型的产品有些入门了,这会换个方向,研究下真正的NoSql数据库——MongoDB。说起Mon...
分类:数据库   时间:2014-11-27 15:50:36    阅读次数:301
Redis On Windows
Microsoft Open Tech group 在 GitHub上开发了一个REDIS Win64的版本,项目地址是:https://github.com/MSOpenTech/redis 可以在项目主页右边找到 zip包下载地址: https://github.com/MSOpenTec...
分类:Windows程序   时间:2014-11-27 14:06:41    阅读次数:230
Run Redis On Windows
If you go to the current version and open up the bin > release folder, you'll get a ZIP file containing the relevant files as well as a Word document ...
分类:Windows程序   时间:2014-11-27 12:13:03    阅读次数:403
centos下安装redis
先查看当前的路径# pwd我这里是/root然后到redis的官网上找到最新的redis的tar包,就可以开始一下的操作了。# wget http://download.redis.io/releases/redis-2.8.13.tar.gz# tar zxf redis-2.8.13.tar.g...
分类:其他好文   时间:2014-11-26 22:20:18    阅读次数:336
redis high available solution/ redis 高可用方案
http://developers.linecorp.com/blog/?p=1420http://engineering.docusign.com/articles/redis-sentinel-client-nodejs/From WizNote
分类:其他好文   时间:2014-11-26 20:29:14    阅读次数:171
linux_安装 redis
InstallationDownload, extract and compile Redis with:$ wget http://download.redis.io/releases/redis-2.8.17.tar.gz$ tar xzf redis-2.8.17.tar.gz$ cd red...
分类:系统相关   时间:2014-11-26 18:45:11    阅读次数:195
twemproxy - Proxy Server for Redis 安装测试
1. 安装 (1) 系统环境 测试用的服务器为阿里云ECS,4核8G,CentOS6.3 64bit。 部署了3个Redis实例,监听端口号为7410,7420,7430,设置maxmemory为256MB。 (2) 安装 在安装twemproxy之前,先要安装几个编译工具:$ yum instal...
分类:其他好文   时间:2014-11-26 18:00:38    阅读次数:253
redis 用setbit(bitmap)统计活跃用户
getspool.com的重要统计数据是实时计算的。Redis的bitmap让我们可以实时的进行类似的统计,并且极其节省空间。在模拟1亿2千8百万用户的模拟环境下,在一台MacBookPro上,典型的统计如“日用户数”(dailyunique users) 的时间消耗小于50ms, 占用16MB内存...
分类:其他好文   时间:2014-11-26 15:54:13    阅读次数:245
二进制安全是什么意思?
二进制安全是指,在传输数据时,保证二进制数据的信息安全,也就是不被篡改、破译等,如果被攻击,能够及时检测出来。二进制安全包含了密码学的一些东西,比如加解密、签名等。举个例子,你把数据11110000加密成10001000,然后传给我,就是一种二进制安全的做法。redis中的二进制安全:二进制安全C字...
分类:其他好文   时间:2014-11-26 15:41:42    阅读次数:309
Redis学习
以下是相关链接http://www.cnblogs.com/yangecnu/p/Introduct-Redis-in-DotNET.htmlhttp://www.cnblogs.com/yangecnu/p/Introduct-Redis-in-DotNET-Part2.html#commentf...
分类:其他好文   时间:2014-11-26 10:52:26    阅读次数:186
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!