当前位置:网站首页>Linux Installation redis
Linux Installation redis
2022-06-11 05:51:00 【Like the wind holding hands】
1. Install with command redis
yum -y install redis
2. Change after installation bind
vim /etc/redis.conf
# take bind127.0.0 Change to 0.0.0.0
3. start-up redis command
service redis start
4. Initialize password
1.redis-cli # Get into redis On the command line
2.config set requirepass 123456 # Set the password
3.config get requirepass # Query password
4.auth test123 # Verify password
边栏推荐
- Share an RSA encryption and decryption tool class, including public key encryption, private key decryption, private key encryption, public key decryption, private key signature, public key verificatio
- Multithreading tutorial (XXVIII) unsafe class
- MinGW-W64安装说明
- getBackgroundAudioManager控制音乐播放(类名的动态绑定)
- 数据接入平台方案实现(游族网络)
- 數組部分方法
- String sorting times --- bubble sorting deformation
- NDK learning notes (XI) POSIX sockect local communication
- Maximum number of points on the line ----- hash table solution
- 使用Batch设置IP地址
猜你喜欢

NDK learning notes (VI) Basics: memory management, standard file i/o

NDK learning notes (13) create an avi video player using avilib+opengl es 2.0

微信自定义组件---样式--插槽
![[IOS development interview] operating system learning notes](/img/1d/2ec6857c833de00923d791f3a34f53.jpg)
[IOS development interview] operating system learning notes

我们真的需要会议耳机吗?

NDK learning notes (VIII) thread related

NDK learning notes (V)

Pycharm usage experience

"All in one" is a platform to solve all needs, and the era of operation and maintenance monitoring 3.0 has come

Implementation of data access platform scheme (Youzu network)
随机推荐
NFC Development -- difference between ID card and IC card (M1 card and CPU card) (III)
袋鼠雲數棧基於CBO在Spark SQL優化上的探索
SQLite installation and configuration tutorial +navicat operation
All questions and answers of database SQL practice niuke.com
Data quality: the core of data governance
安装Oracle数据库
Exploration of kangaroo cloud data stack on spark SQL optimization based on CBO
Yoyov5's tricks | [trick8] image sampling strategy -- Sampling by the weight of each category of the dataset
Adapter the problem of executing only one animation in multiple frames
我们真的需要会议耳机吗?
Mingw-w64 installation instructions
Managing VHDS using batch
Multi threading tutorial (XXIV) cas+volatile
Get the full link address of the current project request URL
使用Genymotion Scrapy控制手机
OJDBC在Linux系统下Connection速度慢解决方案
Fix [no Internet, security] problem
Wechat applet text built-in component newline character does not newline reason
What happened to the young man who loved to write code -- approaching the "Yao Guang young man" of Huawei cloud
NDK learning notes (IV) functions, classes and exceptions of swig