马冲的博客

导航

随笔分类 -  Redis

Redis常用命令与高级应用
摘要:附: 127.0.0.1:6379> set xiaofei 小飞 OK 127.0.0.1:6379> get xiaofei "\xe5\xb0\x8f\xe9\xa3\x9e" 127.0.0.1:6379> quit [root@localhost redis-2.8.6]# redisc 阅读全文

posted @ 2018-11-07 00:18 马冲的博客 阅读(241) 评论(0) 推荐(0)

Redis部署与基本操作
摘要:1.安装 1)不指定安装位置,则会把redis的可执行文件安装到 redis-2.8.6/src/目录下 [root@CentOS6 ~]# ls anaconda-ks.cfg httpd-2.2.9 install.log redis-2.8.6.tar.gz [root@CentOS6 ~]# 阅读全文

posted @ 2018-11-07 00:17 马冲的博客 阅读(556) 评论(0) 推荐(0)