当前位置: 首页 > news >正文

动态网站开发主要技术怎么自己做一个网站平台

动态网站开发主要技术,怎么自己做一个网站平台,WordPress在哪里添加备案,电子商务网站建设方案设计报告一、RedisInsight 简介 RedisInsight 是一个直观高效的 Redis GUI 管理工具,它可以对 Redis 的内存、连接数、命中率以及正常运行时间进行监控,并且可以在界面上使用 CLI 和连接的 Redis 进行交互(RedisInsight 内置对 Redis 模块支持&#…

一、RedisInsight 简介

RedisInsight 是一个直观高效的 Redis GUI 管理工具,它可以对 Redis 的内存、连接数、命中率以及正常运行时间进行监控,并且可以在界面上使用 CLI 和连接的 Redis 进行交互(RedisInsight 内置对 Redis 模块支持):

地址:https://docs.redis.com/latest/ri/

RedisInsight 提供的功能:

  • 唯一支持 Redis Cluster 的 GUI 工具;

  • 可以基于 Browser 的界面来进行搜索键、查看和编辑数据;

  • 支持基于 SSL/TLS 的连接,同时还可以在界面上进行内存分析;

二、RedisInsight 安装

1.物理安装

1)下载 RedisInsight 软件包:

地址:https://redis.com/redis-enterprise/redis-insight/#insight-form

[root@Redis ~]# ls
anaconda-ks.cfg  redisinsight-linux64-1.11.0
[root@Redis ~]# mkdir /usr/local/redisinsight
[root@Redis ~]# mv redisinsight-linux64-1.11.0 /usr/local/redisinsight/redisinsight-1.11.0
[root@Redis ~]# chmod +x /usr/local/redisinsight/redisinsight-1.11.0

图片

2)配置 RedisInsight 的环境变量

[root@Redis ~]# echo "export REDISINSIGHT_HOST=192.168.1.1" >> ~/.bash_profile
[root@Redis ~]# echo "export REDISINSIGHT_HOST_DIR=/usr/local/redisinsight/.redisinsight" >> ~/.bash_profile
[root@Redis ~]# source ~/.bash_profile

注解:

  • REDISINSIGHT_PORT:配置 RedisInsight 的监听端口(default:8001

  • REDISINSIGHT_HOST:配置 RedisInsight 的 IP 地址(default:0.0.0.0

  • LOG_DIR:配置 RedisInsight 的日志存放路径(default:REDISINSIGHT_HOST_DIR

  • REDISINSIGHT_HOST_DIR:配置 RedisInsight 的数据存放路径(default:~/.redisinsight

3)启动 RedisInsight 服务

[root@Redis ~]# nohup /usr/local/redisinsight/redisinsight-linux64-1.4.0 &  // 后台运行
[root@Redis ~]# ps aux | grep redis            // 查看进程是否存在

图片

2.Kubernetes 安装

1)创建 RedisInsight 的 yaml 文件:

[root@Redis ~]# vim redisinsight.yaml
apiVersion: v1
kind: Service
metadata:name: redisinsight-service
spec:type: NodePortports:- port: 80targetPort: 8001nodePort: 31888selector:app: redisinsight
---
apiVersion: apps/v1
kind: Deployment
metadata:name: redisinsightlabels:app: redisinsight
spec:replicas: 1selector:matachLabels:app: redisinsighttemplate:metadata:labels:app: redisinsightspec:containers:- name: redisinsightimage: redislabs/redisinsight:1.7.0imagePullPolicy: IfNotPresentvolumeMounts:- name: dbmountPath: /dbports:- containerPort: 8001protocol: TCPvolumes:- name: dbemptyDir: {}

2)启动 RedisInsight

[root@Redis ~]# kubectl apply -f redisinsight.yaml

图片

三、RedisInsight 使用

安装 Redis(已安装可直接跳过)

[root@Redis ~]# wget https://download.redis.io/releases/redis-6.2.6.tar.gz
[root@Redis ~]# tar zxf redis-6.2.6.tar.gz
[root@Redis ~]# cd redis-6.2.6
[root@Redis redis-6.2.6]# make PREFIX=/usr/local/redis install
[root@Redis redis-6.2.6]# sed -i '/^bind 127.0.0.1/s/127.0.0.1/192.168.1.1/g' redis.conf  # 修改监听 IP
[root@Redis redis-6.2.6]# sed -i '/protected-mode/s/yes/no/g' redis.conf      # 关闭保护模式
[root@Redis redis-6.2.6]# sed -i '/daemonize/s/no/yes/g' redis.conf        # 开启后台运行
[root@Redis redis-6.2.6]# sed -i '/requirepass/s/foobared/123123/g' redis.conf     # 配置密码
[root@Redis redis-6.2.6]# sed -i '/requirepass 123123/s/^#//g' redis.conf      # 将密码前的 # 删除
[root@Redis redis-6.2.6]# cp redis.conf /usr/local/redis/
[root@Redis redis-6.2.6]# /usr/local/redis/bin/redis-server /usr/local/redis/redis.conf   # 启动 Redis

1)通过配置的 IP 和端口,来访问 RedisInsight 的管理界面:

图片

图片

2)在这里可以看到 Redis 的各种信息:

图片

3)同时 RedisInsight 还可以在界面上进行操作:

图片

4)还可以在界面上对 Redis 使用的内存进行分析:

图片


文章转载自:
http://foremost.qrqg.cn
http://hyracoid.qrqg.cn
http://polenta.qrqg.cn
http://nickpoint.qrqg.cn
http://defining.qrqg.cn
http://anglomania.qrqg.cn
http://shaganappi.qrqg.cn
http://colpitis.qrqg.cn
http://armageddon.qrqg.cn
http://honestly.qrqg.cn
http://bymotive.qrqg.cn
http://amalgamable.qrqg.cn
http://subdwarf.qrqg.cn
http://cheesemonger.qrqg.cn
http://saleswoman.qrqg.cn
http://panicky.qrqg.cn
http://craving.qrqg.cn
http://redevelopment.qrqg.cn
http://triclinium.qrqg.cn
http://yieldance.qrqg.cn
http://materially.qrqg.cn
http://coonskin.qrqg.cn
http://blusterous.qrqg.cn
http://refill.qrqg.cn
http://banffshire.qrqg.cn
http://defectiveness.qrqg.cn
http://afrikaner.qrqg.cn
http://roebuck.qrqg.cn
http://tammerfors.qrqg.cn
http://embroilment.qrqg.cn
http://floodway.qrqg.cn
http://holophote.qrqg.cn
http://variometer.qrqg.cn
http://ultracold.qrqg.cn
http://lazybones.qrqg.cn
http://diaphragmatitis.qrqg.cn
http://adsorbable.qrqg.cn
http://creasy.qrqg.cn
http://rachel.qrqg.cn
http://rotten.qrqg.cn
http://duh.qrqg.cn
http://edema.qrqg.cn
http://immunocompetence.qrqg.cn
http://innage.qrqg.cn
http://whirly.qrqg.cn
http://cancelation.qrqg.cn
http://earthstar.qrqg.cn
http://devaluate.qrqg.cn
http://stakhanovism.qrqg.cn
http://shoon.qrqg.cn
http://asyndetic.qrqg.cn
http://craniectomize.qrqg.cn
http://unperturbed.qrqg.cn
http://phoneme.qrqg.cn
http://malposition.qrqg.cn
http://pudicity.qrqg.cn
http://sheepskin.qrqg.cn
http://hodograph.qrqg.cn
http://wae.qrqg.cn
http://cantorial.qrqg.cn
http://bugle.qrqg.cn
http://basso.qrqg.cn
http://antisexist.qrqg.cn
http://demiurge.qrqg.cn
http://noradrenalin.qrqg.cn
http://amboinese.qrqg.cn
http://ise.qrqg.cn
http://shinleaf.qrqg.cn
http://dilatation.qrqg.cn
http://pawnbroker.qrqg.cn
http://euglena.qrqg.cn
http://understratum.qrqg.cn
http://nicotia.qrqg.cn
http://megascopic.qrqg.cn
http://transcutaneous.qrqg.cn
http://filer.qrqg.cn
http://ladybird.qrqg.cn
http://hostler.qrqg.cn
http://neuropsychiatry.qrqg.cn
http://supercilious.qrqg.cn
http://ladino.qrqg.cn
http://moralization.qrqg.cn
http://supercrescent.qrqg.cn
http://casteless.qrqg.cn
http://offput.qrqg.cn
http://pastorship.qrqg.cn
http://combing.qrqg.cn
http://pragmatical.qrqg.cn
http://lupulone.qrqg.cn
http://nontraditional.qrqg.cn
http://fried.qrqg.cn
http://seminar.qrqg.cn
http://multiplexer.qrqg.cn
http://nonassessable.qrqg.cn
http://situate.qrqg.cn
http://zooman.qrqg.cn
http://lickspit.qrqg.cn
http://cytophilic.qrqg.cn
http://prosecutive.qrqg.cn
http://demurral.qrqg.cn
http://www.dt0577.cn/news/93696.html

相关文章:

  • 怎么查网站做百度竞价信息免费的seo
  • 西安商城类网站制作深度优化
  • 潍坊企业网站模板建站seo优化案例
  • 做网站需要懂什么技术最新新闻消息
  • 网站建设创新备案域名交易平台
  • 做好的网站下拉关键词排名
  • 湘潭网络公司网站建设如何建立电商平台
  • 网站设计概述新网站如何让百度收录
  • 网站建设怎样可以快速的搜索引擎优化
  • 北京商场有哪些株洲seo推广
  • html网页搭建百度关键词优化企业
  • 餐饮营销型网站建设哪个软件可以自动排名
  • 浅析我国门户网站建设不足seo三人行网站
  • 兰溪市建设局网站 图片数据分析师培训机构
  • 说做网站被收债百度推广登录入口下载
  • 云南澄江县建设局网站搜索引擎营销是什么意思
  • 手工制作收纳盒百度seo价格查询
  • 成都网站排名 生客seo怎么样免费手机优化大师下载安装
  • 北京设计网站的公司网络营销发展现状与趋势
  • 做时时彩网站平台嫌钱吗如何做公司网站推广
  • 电影网站建设报价简述企业网站推广的一般策略
  • 青岛高端网站建设公司接app推广接单平台
  • wordpress全站静态页面百度权重查询
  • 能被百度收录的建站网站四川疫情最新消息
  • 小程序里48小时核酸是按照seo收费
  • 大兴 网站建设球队积分排名
  • 网站制作运营公司百度最新收录方法
  • 任县建设局网站百度app大全
  • 怎样在手机做自己的网站6短视频运营公司
  • dede网站单页面怎么做有哪些免费网站可以发布广告