bash: http://download.redis.io/releases/redis-3.2.9.tar.gz: 没有那个文件或目录
[gdserver@localhost ~]$ tar xzf redis3.2
tar (child): redis3.2:无法 open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
[gdserver@localhost ~]$ tar xzf redis3.2
tar (child): redis3.2:无法 open: 没有那个文件或目录
tar (child): Error is not recoverable: exiting now
tar: Child returned status 2
tar: Error is not recoverable: exiting now
2017-05-22
可以参考这个http://blog.csdn.net/renfufei/article/details/38474435/安装redis,到GitHub中下载.msi的文件,安装过程和安装其他客户端一样,本人win7 64位的系统,亲测可用
2017-05-21
redis装在linux,开发windows,linux的redis.conf 的 bind 127.0.0.1 注释掉 加上 requirepass 123456,jedis.auth("123456");
2017-05-21