
redis
shawn_zhu1
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
redis3.2.4
Building RedisRedis can be compiled and used on Linux, OSX, OpenBSD, NetBSD, FreeBSD. We support big endian and little endian architectures, and both 32 bit and 64 bit systems.It may compile on Solar转载 2016-10-16 19:53:40 · 390 阅读 · 0 评论 -
远程连接redis报错
错误:拒绝连接解决打开/usr/local/redis/etc/redis.conf 将bind注释掉就行啦,因为默认只是允许127.0.0.1连接原创 2016-10-17 15:17:35 · 401 阅读 · 0 评论 -
jedis2.9.0没有setMax之类的方法
查看官方托管在gitgub上面的代码JedisPoolConfig源码public class JedisPoolConfig extends GenericObjectPoolConfig { public JedisPoolConfig() { // defaults to make your life with connection pool easier :) setTe原创 2016-10-17 16:19:04 · 588 阅读 · 0 评论 -
jedis测试redis3.2.4
直接上测试代码 代码部分是从http://blog.csdn.net/u010326711/article/details/52806740摘的 JedisPoolTool .javapackage com.hdu.zx.jedis.util; import redis.clients.jedis.HostAndPort; import redis.clients.jedis.Jedis; im原创 2016-10-17 17:55:51 · 415 阅读 · 0 评论