Redis 6.2.5的安装使用

Redis 学习文档

redis 下载安装

https://redis.io/ 解压

tar zxvf xxx

安装gcc-c++

## 先建立一个文件夹
##复制redis.conf 到 /usr/local/bin/ 下面 
[root@hadoop1 redisconfig]# cd /usr/local/bin 
[root@hadoop1 bin]# mkdir redisconfig
[root@hadoop1 bin]# cd redisconfig/            
[root@hadoop1 redisconfig]# cp /opt/moudle/redis-6.2.5/redis.conf ./
##修改redis.conf文件里面的内容
###修改redis.conf的daemon 改为yes
[root@hadoop1 redisconfig]# vim redis.conf        
[root@hadoop1 redisconfig]# cp /opt/moudle/redis-6.2.5/redis.conf ./
[root@hadoop1 redisconfig]# vim redis.conf 
[root@hadoop1 redisconfig]# cd ../
[root@hadoop1 moudle]# gcc -v
-bash: gcc: command not found
##yum install -y gcc-c++
[root@hadoop1 moudle]# yum install -y gcc-c++
Dependency Updated:
  glibc.x86_64 0:2.17-324.el7_9      glibc-common.x86_64 0:2.17-324.el7_9    libgcc.x86_64 0:4.8.5-44.el7    libgomp.x86_64 0:4.8.5-44.el7   
  libstdc++.x86_64 0:4.8.5-44.el7   

Complete!
### 安装完毕 gcc -v 查看
[root@hadoop1 moudle]# gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/libexec/gcc/x86_64-redhat-linux/4.8.5/lto-wrapper
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=http://bugzilla.redhat.com/bugzilla --enable-bootstrap --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-gnu-unique-object --enable-linker-build-id --with-linker-hash-style=gnu --enable-languages=c,c++,objc,obj-c++,java,fortran,ada,go,lto --enable-plugin --enable-initfini-array --disable-libgcj --with-isl=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/isl-install --with-cloog=/builddir/build/BUILD/gcc-4.8.5-20150702/obj-x86_64-redhat-linux/cloog-install --enable-gnu-indirect-function --with-tune=generic --with-arch_32=x86-64 --build=x86_64-redhat-linux
Thread model: posix
gcc version 4.8.5 20150623 (Red Hat 4.8.5-44) (GCC) 
[root@hadoop1 moudle]# cd redis-6.2.5/
##然后make install
[root@hadoop1 redis-6.2.5]# make install
cd src && make install
make[1]: Entering directory `/opt/moudle/redis-6.2.5/src'
    CC Makefile.dep
make[1]: Leaving directory `/opt/moudle/redis-6.2.5/src'
make[1]: Entering directory `/opt/moudle/redis-6.2.5/src'


启动命令 redis-server -f xxx/redis.conf

[root@hadoop1 bin]# redis-server redisconfig/redis.conf 
[root@hadoop1 bin]# ps -ef|grep -v grep |grep redis
root     15362     1  0 09:48 ?        00:00:00 redis-server 127.0.0.1:6379

redis-cli -p 6379 -h localhost

[root@hadoop1 bin]# redis-cli -p 6379
127.0.0.1:6379> ping
PONG

redis 命令

查询命令网址

http://www.redis.cn/commands.html

string命令
127.0.0.1:6379> keys *
(empty array)
127.0.0.1:6379> select 3 ##选择数据库
OK
127.0.0.1:6379[3]> keys * ##查看所有的keys值
1) "name"
127.0.0.1:6379[3
  • 2
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值