当前位置:网站首页>Redis docker installation
Redis docker installation
2022-04-23 16:54:00 【Tassel 1990】
2、 Step on the pit :
2.1、 Create folder
mkdir -p /usr/local/src/redis/
And the corresponding redis.conf Put files here
docker Start command :
docker run -p 6379:6379 --name my_redis --restart=always -v /usr/local/docker/redis/redis.conf:/etc/redis/redis.conf -d redis redis-server /etc/redis/redis.conf --appendonly yes --requirepass qwer123455
requirepass Need to be set to string . I set it to 332244 The of numbers has not been successful , I don't know why . Set the string type later OK
版权声明
本文为[Tassel 1990]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/04/202204231359253313.html
边栏推荐
- Loggie source code analysis source file module backbone analysis
- Zhimeng dedecms security setup Guide
- Derivation of Σ GL perspective projection matrix
- 05 Lua control structure
- Nodejs reads the local JSON file through require. Unexpected token / in JSON at position appears
- ByteVCharts可视化图表库,你想要的我都有
- 信息摘要、数字签名、数字证书、对称加密与非对称加密详解
- Gartner announces emerging technology research: insight into the meta universe
- About stream flow, write it down briefly------
- Sub database and sub table & shardingsphere
猜你喜欢
How to build tiktok user trust and drive fan growth
MySql主从复制
STM32__03—初识定时器
NVIDIA显卡驱动报错
Set cell filling and ranking method according to the size of the value in the soft report
How vscode compares the similarities and differences between two files
Installation and management procedures
Phpstudy V8, a commonly used software for station construction 1 graphic installation tutorial (Windows version) super detailed
Path environment variable
Knowledge points and examples of [seven input / output systems]
随机推荐
Getting started with JDBC
MySQL master-slave configuration under CentOS
PyTorch:train模式与eval模式的那些坑
Query the data from 2013 to 2021, and only query the data from 2020. The solution to this problem is carried out
Bytevcharts visual chart library, I have everything you want
◰ GL shader handler encapsulation
MySQL master-slave synchronization pit avoidance version tutorial
Gartner announces emerging technology research: insight into the meta universe
PostgreSQL column storage and row storage
Multithreaded @ async thread pool
◰ GL shadow map core steps
英语 | Day15、16 x 句句真研每日一句(从句断开、修饰)
Custom implementation of Baidu image recognition (instead of aipocr)
Detailed explanation of file operation (2)
Detailed explanation of the penetration of network security in the shooting range
Knowledge points and examples of [seven input / output systems]
Detailed explanation of Niuke - Gloves
PHP高效读大文件处理数据
ACL 2022 | dialogved: a pre trained implicit variable encoding decoding model for dialogue reply generation
MySql主从复制