1 | try{ Jedis jedis= JedisUtil.getJedis();// |
阻塞设置
jedis用完记得关 不然会阻塞
开启REDIS不占用过多磁盘空间
快捷方式,添加 C:...\Jedis\redis-2.8.19\redis-server.exe redis.windows.conf
文本文件打开 redis.windows.conf 调整maxheap和 heapdir E:\MyRedisSwap\
1 | # For instance, on a machine with 8GB of physical RAM, the max page file |