当前位置:网站首页>Un7.28: common commands of redis client.
Un7.28: common commands of redis client.
2022-07-29 04:46:00 【Excellent little Aiko】
installation is complete Redis, We can operate Redis, To achieve data CRUD( Additions and deletions ) 了 . It needs to use Redis Some commands commonly used by the client , I'll share some of the most commonly used .
One 、Redis Command line client
1、 Enter the command to enter , command :cd /usr/local/bin

2、 Input ping It will show that you have no access rights , Only after entering the password can you have access ,

Redis After the installation is completed, the command-line client comes with it , command :redis-cli
Specific commands :redis-cli [options] [commonds]
One of the common ones is options Yes :
- `-h 127.0.0.1`: Specify the... To connect to redis Node IP Address , The default is 127.0.0.1
- `-p 6379`: Specify the... To connect to redis Port of node , The default is 6379
- `-a 123321`: Appoint redis Access code for
Two 、 Graphical desktop client
GitHub The great God of wrote Redis Graphical desktop client , Address :https://github.com/uglide/RedisDesktopManager
But the warehouse provides RedisDesktopManager Source code , Not provided windows Installation package
3、 ... and 、 Enter the URL to find the installation package , Download and unzip , website :https://github.com/lework/RedisDesktopManager-Windows/releases

Four 、 Connect redis

This is just a small number of passwords , It's a long way to go .
边栏推荐
- Coding questions encountered in the interview
- Detailed comparison of break and continue functions
- MySQL - 聚簇索引和辅助索引
- 读懂 互联网巨头 【中台之战】 以及 中台 发展思维
- Software test interview questions (4)
- Ethernet of network
- Makefile+make Basics
- [express connection to MySQL database]
- What is the difference between field, variable and property
- Reveal installation configuration debugging
猜你喜欢

IOS interview preparation - IOS

mujoco和mujoco_py安装以及解决libXcursor.so.1:NO such dictionary

Implementation of img responsive pictures (including the usage of srcset attribute and sizes attribute, and detailed explanation of device pixel ratio)

Deep analysis of data storage in memory (Advanced C language)

命令行交互工具(最新版) inquirer 实用教程

Build auto.js script development environment

Review key points and data sorting of information metrology in the second semester of 2022 (teacher zhaorongying of Wuhan University)

Post export data, return

使用近场探头和电流探头进行EMI干扰排查

Webrtc realizes simple audio and video call function
随机推荐
DASCTF2022.07赋能赛
Recommendation system of online education
Implementation of img responsive pictures (including the usage of srcset attribute and sizes attribute, and detailed explanation of device pixel ratio)
Mpc5744p introduction and opensda firmware update
mpc5744p简介与OpenSDA固件更新
Common current limiting methods
oracle 更新和删除数据
On the use of pyscript (realizing office preview)
Command line interactive tools (latest version) inquirer practical tutorial
UE plays video in scene or UMG
EF core: one to one, many to many configuration
spinning up安装完使用教程测试是否成功,出现Library“GLU“ not found和‘from pyglet.gl import *错误解决办法
安装spinning up教程里与mujoco对应的gym,报错mjpro150
[c language] use the reverse order output of the linked list (bidirectional linked list)
Review key points and data sorting of information metrology in the second semester of 2022 (teacher zhaorongying of Wuhan University)
Install the gym corresponding to mujoco in the spinning up tutorial, and the error mjpro150 is reported
IOS interview preparation - other articles
Classes and objects (III)
Unity基础(3)—— unity中的各种坐标系
TypeError: Cannot read properties of undefined (reading ‘then‘)