1.首先要拥有Ubuntu系统,我在之前的博客里面有写到http://blog.csdn.net/qq_26079137/article/details/69945549

2.输入:

apt-get update

apt-get install redis-server

安装完成截图如下所示:如何在Ubuntu系统下搭建redis环境

3.安装完成后启动redis

redis-server

4.查看redis是否启动?

redis-cli

输入ping回返回一个PONG

下篇文章会写一些使用redis进行存储的命令

相关文章:

  • 2021-08-18
  • 2022-02-24
  • 2021-09-12
  • 2022-12-23
  • 2021-05-07
  • 2021-08-27
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-09-04
  • 2021-11-07
  • 2022-12-23
  • 2021-07-17
  • 2021-03-30
  • 2021-08-15
  • 2021-06-13
相关资源
相似解决方案