摘要:
JedisPoolConfig config = new JedisPoolConfig();//连接耗尽时是否阻塞, false报异常,ture阻塞直到超时, 默认trueconfig.setBlockWhenExhausted(true);//设置的逐出策略类名, 默认DefaultEvicti... 阅读全文
摘要:
Sorting(排序)Connection handling(连接池)Commands operating on any kind of valuesCommands operating on string valuesCommands operating on hashesCommands ope... 阅读全文
摘要:
[构建高性能数据库缓存之redis主从复制][http://database.51cto.com/art/201407/444555.htm]一、什么是redis主从复制?主从复制,当用户往Master端写入数据时,通过Redis Sync机制将数据文件发送至Slave,Slave也会执行相同的操作... 阅读全文