redis

Redis锁机制的几种实现方式

Redis实现分布式锁的正确姿势

分布式锁的几种使用方式(redis、zookeeper、数据库)

How To Install and Secure Redis on CentOS8

centOS8

yum install redis
#vim /etc/redis.conf
supervised systemd

systemctl enable redis
systemctl start redis
redis-cli ping

#vim /etc/redis.conf
bind 127.0.0.1 ::1
bind 202.101.01.01
requirepass abc12345