当前位置:网站首页>Windows remote connection to redis
Windows remote connection to redis
2022-04-23 04:43:00 【Mount MONI】
1. WIN+R,CMD
2. Get into redis The installation directory
3. function :redis-cli.exe -h ip -p port auth pass / edis-cli.exe -h ip -p port -a pass( password )
example :redis-cli.exe -h 127.0.0.1 -p 6379 / redis-cli.exe -h 127.0.0.1 -p 6379 -a 111111
4. Select Library , Execute the query
版权声明
本文为[Mount MONI]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204220558292123.html
边栏推荐
- Key points of AWS eks deployment and differences between console and eksctl creation
- Eksctl deploying AWS eks
- Unity rawimage background seamlessly connected mobile
- RC低通滤波器的逆系统
- 520. Detect capital letters
- FAQ of foreign lead and alliance Manager
- Code007 -- determine whether the string in parentheses matches
- 1个需求的一生,团队协作在云效钉钉小程序上可以这么玩
- Spark optimization
- leetcode002--将有符号整数的数字部分反转
猜你喜欢
The 14th issue of HMS core discovery reviews the long article | enjoy the silky clip and release the creativity of the video
Apache Bench(ab 压力测试工具)的安装与使用
Recommended scheme of national manufactured electronic components for intelligent electronic scales
Luogu p1858 [multi person knapsack] (knapsack seeking the top k optimal solution)
Recommended scheme for national production of electronic components of wireless keyboard
程序员抱怨:1万2的工资我真的活不下去了,网友:我3千咋说
那些年我面试过的Android开发岗总结(附面试题+答案解析)
MySQL queries users logged in for at least N consecutive days
Bridge between ischemic stroke and intestinal flora: short chain fatty acids
Supplément: annotation
随机推荐
Unity RawImage背景无缝连接移动
Leetcode008 -- implement strstr() function
Jetpack 之 LifeCycle 组件使用详解
Simply drag objects to the item bar
Ali's ten-year technical experts jointly created the "latest" jetpack compose project combat drill (with demo)
229. Find mode II
FAQ of foreign lead and alliance Manager
[paper reading] [3D target detection] point transformer
重剑无锋,大巧不工
Recursive call -- Enumeration of permutations
520. Detect capital letters
The perfect combination of collaborative process and multi process
Unity摄像头跟随鼠标旋转
Create VPC in AWS console (no plate)
Leetcode003 -- judge whether an integer is a palindrome number
Installation du compilateur croisé de la plateforme zynq
Installation and deployment of Flink and wordcount test
win10, mysql-8.0.26-winx64.zip 安装
What is the meaning of load balancing
leetcode001--返回和为target的数组元素的下标